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

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

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.