yaxim — XMPP-клиент для Android https://yaxim.org/
Georg Lukas 28991b50a3 yaxim -> Bruno name change for Google Play | 11 роки тому | |
---|---|---|
.settings | 13 роки тому | |
ActionBarSherlock @ 29fa094d32 | 8 роки тому | |
MemorizingTrustManager @ 168b7b5598 | 8 роки тому | |
asset-graphics | 8 роки тому | |
assets | 11 роки тому | |
libs | 8 роки тому | |
res | 7 роки тому | |
src | 7 роки тому | |
template | 8 роки тому | |
tools | 12 роки тому | |
.fbprefs | 15 роки тому | |
.gitignore | 8 роки тому | |
.gitmodules | 8 роки тому | |
AndroidManifest.xml | 7 роки тому | |
ChangeLog | 7 роки тому | |
Icons.svg | 14 роки тому | |
LICENSE.txt | 15 роки тому | |
README.md | 7 роки тому | |
build.gradle | 8 роки тому | |
build.xml | 10 роки тому | |
export-icons.sh | 8 роки тому | |
proguard.cfg | 8 роки тому | |
project.properties | 8 роки тому | |
settings.gradle | 8 роки тому | |
version.xml.tpl | 8 роки тому | |
yaxim2.svg | 13 роки тому |
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.
The following is already supported:
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
ant
If you are using a different build environment, consider the following things:
res/values/version.xml
containing the build_version
string. The template is in version.xml.tpl
.See also the Setting up Eclipse wiki page.
yaxim is licensed under GNU GPLv2 (see LICENSE.txt)
MemorizingTrustManager is MIT licensed.
android-remote-stacktrace is MIT licensed.
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.