yaxim — XMPP-клиент для Android https://yaxim.org/

Georg Lukas 941973bf0a fix build.xml for SDK r17 13 years ago
.settings a163b4c6bc Implement an action bar and move commonly used functions there. The action bar pattern is described in [1] and [2]. This implementation uses the small library at [3]. 13 years ago
MemorizingTrustManager @ 11b37471c5 85c8f00c0a Update link to MemorizingTrustManager 13 years ago
android-actionbar @ e3b88993f0 6882dad924 Update actionbar submodule with own fork. 13 years ago
asset-graphics f26f0b9541 Move export-icons.sh into toplevel folder 13 years ago
libs 8292509321 asmack with XEP-0184 13 years ago
res 436c6bb318 implement priority in status dialog 13 years ago
src fb41168411 Initiate reconnect on XMPPConnection drops 13 years ago
tools 61728597b6 upgraded proguard to 4.5.1 14 years ago
.fbprefs c4a21c0fcb second commit 15 years ago
.gitignore 9aa8cc1327 added new entries to .gitignore 14 years ago
.gitmodules 6882dad924 Update actionbar submodule with own fork. 13 years ago
AndroidManifest.xml 2b9602b882 implement imto://jabber/ intent filter and handler 13 years ago
ChangeLog 3f3695878f version 0.8.4 13 years ago
Icons.svg 8e4d27c856 SVG Source for the new icon set 14 years ago
LICENSE.txt ca6b636cef added license 15 years ago
README 3dc215f466 Yaxim is now yaxim. KTHX 15 years ago
build.xml 941973bf0a fix build.xml for SDK r17 13 years ago
export-icons.sh f26f0b9541 Move export-icons.sh into toplevel folder 13 years ago
proguard.cfg 0ee7dc2579 fix smack debug 13 years ago
project.properties 89ba5f98db support SDK r14. Why do Google have to break stuff? 13 years ago
yaxim2.svg 60081e2573 Add black shadow around status bar icons (for Froyo) 14 years ago

README

yaxim
=====

yaxim is an Open-Source Jabber client for the Android platform distributed under the GPLv2. It is not yet finished, but we are working on it!

Features

The following is already supported:

* Connecting to one Jabber server and staying connected
* Chat with your contacts
* Persistent Message History
* Change your roster


LICENSE

* yaxim is licensed under GNU GPLv2 (see LICENSE.txt)

* The android-remote-stacktrace component in yaxim is provided under the MIT License:

Copyright (c) 2009 Mads Kristiansen, Nullwire ApS

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.