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

Georg Lukas c8c4599e0e translations import from launchpad.net 2013-12-21 11 yıl önce
.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 yıl önce
ActionBarSherlock @ 4a79d536af 2c535fae37 ABS 4.4.0 integrated 11 yıl önce
MemorizingTrustManager @ 420d2a58b8 e6790e5b7b updated MTM 12 yıl önce
asset-graphics 2d0b8ea9ea frontend: display roster requests as dialog 11 yıl önce
libs 6e1a93989d asmack 0.8.9b4, ab353b8c (2013-12-23) 11 yıl önce
res c8c4599e0e translations import from launchpad.net 2013-12-21 11 yıl önce
src 54f3e04e3f main window: do not finish() addroster when disconnected 11 yıl önce
tools 186186647c update proguard to 4.8b1 13 yıl önce
.fbprefs c4a21c0fcb second commit 15 yıl önce
.gitignore a9fb7068ff Update .gitignore 12 yıl önce
.gitmodules 67f91d8365 Add ABS submodule, update target 13 yıl önce
AndroidManifest.xml 32d1da2698 version 0.8.6b 12 yıl önce
ChangeLog 32d1da2698 version 0.8.6b 12 yıl önce
Icons.svg 8e4d27c856 SVG Source for the new icon set 14 yıl önce
LICENSE.txt ca6b636cef added license 15 yıl önce
README.md 062ac6600d updated README with build instructions, thanks klnikita 12 yıl önce
build.xml 7023366fed ant: fix non-proguard build 12 yıl önce
export-icons.sh 65588abf30 Fix export-icons script 13 yıl önce
proguard.cfg 23038acbc0 proguard: do not remove jzlib 12 yıl önce
project.properties 2c535fae37 ABS 4.4.0 integrated 11 yıl önce
version.xml.tpl a730bddb7b about dialog: implement build version 13 yıl önce
yaxim2.svg 60081e2573 Add black shadow around status bar icons (for Froyo) 14 yıl önce

README.md

yaxim (Yet Another XMPP Instant Messenger)

yaxim is a Jabber/XMPP client with open source (GPLv2). Why pay for SMS if you can have unlimited messaging on your data plan?

yaxim aims at security, low overhead and keeping your server connection open. So far, it only supports a single account.

Features

The following is already supported:

  • Connection with a single XMPP server (or GTalk, or Facebook Chat, or ...)
  • You are asked about self-signed SSL certificates
  • Allows automatic connection after turning on your phone
  • Reconnect on 3G/WiFi network change
  • Chat with your buddies (all messages are stored)
  • Adding/removing buddies from the roster
  • Delivery receipts (XEP-0184)
  • Message carbons (XEP-0280)

Links

Build Instructions

yaxim is written in Java and source code is maintained in git. The official repository is pfleidi's, most development work happens in ge0rg's repo. You will need the Android SDK and ant to compile.

To compile yaxim, the following steps need to be taken:

# fetch source code from github
git clone git@github.com:pfleidi/yaxim.git
cd yaxim

# initialize submodules
git submodule init
git submodule update

# prepare android build (with subprojects)
android update project -p . -s
android update project -p ActionBarSherlock/library
android update project -p MemorizingTrustManager

# compile debug version
ant proguard debug

# compile release version
ant proguard release

Building without ant

If you are using a different build environment, consider the following things:

  • You need to generate res/values/version.xml containing the build_version string. The template is in version.xml.tpl.
  • Without ProGuard, the compiled binary will be around 30% larger.

See also the Setting up Eclipse wiki page.

License

MIT License

android-remote-stacktrace: Copyright (c) 2009 Mads Kristiansen, Nullwire ApS

MemorizingTrustManager: Copyright (c) 2010 Georg Lukas

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.