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

Georg Lukas 28991b50a3 yaxim -> Bruno name change for Google Play %!s(int64=11) %!d(string=hai) anos
.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]. %!s(int64=13) %!d(string=hai) anos
ActionBarSherlock @ 29fa094d32 b9b7a9980f submodules: get most recent version %!s(int64=8) %!d(string=hai) anos
MemorizingTrustManager @ 168b7b5598 b9b7a9980f submodules: get most recent version %!s(int64=8) %!d(string=hai) anos
asset-graphics f661589f16 Merge branch 'master' into bruno %!s(int64=8) %!d(string=hai) anos
assets c9df036ca4 experimental cuddly font: Comfortaa Regular %!s(int64=11) %!d(string=hai) anos
libs 20c8a6987a asmack 0.8.6 with MUC / XEP-0198 fixes (bc697d17 2017-03-07) %!s(int64=8) %!d(string=hai) anos
res 28991b50a3 yaxim -> Bruno name change for Google Play %!s(int64=8) %!d(string=hai) anos
src 28991b50a3 yaxim -> Bruno name change for Google Play %!s(int64=8) %!d(string=hai) anos
template 8cb86f83af gradle: migrate project from ant %!s(int64=8) %!d(string=hai) anos
tools 186186647c update proguard to 4.8b1 %!s(int64=13) %!d(string=hai) anos
.fbprefs c4a21c0fcb second commit %!s(int64=15) %!d(string=hai) anos
.gitignore 8cb86f83af gradle: migrate project from ant %!s(int64=8) %!d(string=hai) anos
.gitmodules d743442c80 Meta: use forked ABS repo for AA support, fix #198 %!s(int64=8) %!d(string=hai) anos
AndroidManifest.xml 28991b50a3 yaxim -> Bruno name change for Google Play %!s(int64=8) %!d(string=hai) anos
ChangeLog 97f313e2ed version 0.9.2 %!s(int64=8) %!d(string=hai) anos
Icons.svg 8e4d27c856 SVG Source for the new icon set %!s(int64=14) %!d(string=hai) anos
LICENSE.txt ca6b636cef added license %!s(int64=15) %!d(string=hai) anos
README.md fc2972c18c add link to fdroid, with hints, PR #200 %!s(int64=8) %!d(string=hai) anos
build.gradle 5c1b12ad3f gradle: force version.xml regeneration %!s(int64=8) %!d(string=hai) anos
build.xml 0f37c8496d Fix "ant debug" build failure in dex stage. %!s(int64=10) %!d(string=hai) anos
export-icons.sh 6454644bc4 icons: updated export script to new svgs %!s(int64=8) %!d(string=hai) anos
proguard.cfg baa6b03652 MUC: implement proper kick/ban handler %!s(int64=8) %!d(string=hai) anos
project.properties f0dc99f24d use SDK r22 %!s(int64=8) %!d(string=hai) anos
settings.gradle 8cb86f83af gradle: migrate project from ant %!s(int64=8) %!d(string=hai) anos
version.xml.tpl 855691de9a Lint: mark untranslatable strings %!s(int64=8) %!d(string=hai) anos
yaxim2.svg 60081e2573 Add black shadow around status bar icons (for Froyo) %!s(int64=13) %!d(string=hai) anos

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.

Check the yaxim homepage for latest news and downloads.

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
  • Transparent reconnection on 3G/WiFi network change (XEP-0198)
  • Chat with your buddies (all messages are stored)
  • 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/actionbarsherlock
android update project -p MemorizingTrustManager --subprojects

# 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.