Giter Site home page Giter Site logo

redsolution / xabber-android Goto Github PK

View Code? Open in Web Editor NEW
1.8K 197.0 815.0 52.46 MB

Open-source XMPP client for Android

Home Page: http://xabber.com

License: Other

Java 99.96% Shell 0.03% CSS 0.01%
xmpp android otr java chat mobile messenger xabber xmpp-client

xabber-android's Introduction

Xabber - XMPP client for Android

Open source Jabber (XMPP) client with multi-account support, clean and simple interface. Being both free (as in freedom!) and ad-free, Xabber is designed to be the best Jabber client for Android.

Build instructions Build Status

1. Prepare

Xabber uses Gradle build system. The only specific thing is git submodule for MemorizingTrustManager library. To make it work use following commands:

git submodule sync
git submodule init
git submodule update --remote

And MemorizingTrustManager would be cloned to your local repository.

2. Build

To build Xabber use "open" productFlavour. Another flavour called "store" require api keys that not represented in this repository.

Translations Crowdin

We use crowdin.com as our translation system. All related resources are automatically generated from files got with crowdin.com. If you want to update any translation go to Xabber page https://crowdin.com/project/xabber and request to join our translation team Please don't create pull requests with translation fixes as any changes will be overwritten with the next update from crowdin.com.

Donate

If you want to support Xabber development you can buy Xabber VIP (it is the same as regular stable version of Xabber except for gold coin on logo) or send payment via Paypal or Bitcoin 1ACa9FW2ajhphivEaWqn2z7Z7nJWPBtxAa

Donate with PayPal

Patreon

Feedback

info [at] xabber.com

Twitter

xabber-android's People

Contributors

a-iv avatar aelmahmoudy avatar alexte avatar bostrt avatar culugyx avatar daviessm avatar denschub avatar equescalculi avatar human avatar joschi avatar liotier avatar lizardlab avatar merijn avatar oberien avatar popovvitaly avatar semenchikus avatar str4tocaster avatar vkotovv avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

xabber-android's Issues

No auto-away while on "do not disturb"

If I set my status to "do not disturb" and switch off display after that, then the aut-away setting switches my status back to "away" what's uncool, as I do not want to get disturbed.

It would be fine if the auto-away would not act if the status is dnd.

R.java is not generated ?

I've imported as existing android project in my Eclipse. But when build the project, Eclipse is not generate the R.java file. Any comments ? Tks

Process request to close file transfering

SENT <iq id="3wh97-10" to="a@j" type="set"><data xmlns="http://jabber.org/protocol/ibb" seq="0" sid="jsi_5121501798872270580">==</data></iq>
RCV <iq from='b@j' to='a@j' type='set' id='purple5e2d8e80'><close xmlns='http://jabber.org/protocol/ibb' sid='jsi_5121501798872270580'/></iq>
SENT <iq id="purple5e2d8e80" to="b@j" from="a@j" type="result"></iq>
RCV  <iq from='b@j' to='a@j' type='error' id='3wh97-10'><error code='440' type='cancel'><item-not-found xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/></error></iq>

For now status will be "complete".

Non-free contents in repository

The repository (and thus, Xabber) contains non-free content. From the LICENSE file:

Following files are distributed under "Creative Commons Attribution Non-Commercial No Derivatives":
res/drawable_/ic_connect.png
res/drawable_/ic_disconnect.png
res/drawable_/ic_information.png
res/drawable_/ic_launcher.png
res/drawable_/ic_stat__.png
res/drawable*/title_logo.9.png

The "No Derivatives" part essentially makes the content non-free (Non-Commercial also does, but not in the sense of the GPL). Please re-license these graphics as at least CC-BY-NC-SA, or better, CC-BY-SA.

Option to automatically close chat

I use jabber not only for conversations but also as an alert system from various sources. All of these alerts are read only chats, and I delete the messages and close the chat once read. What I therefore purpose is an option to automatically close a chat with no remaining message history.

Typo in Russian translation

I'll just leave path to the typo here...
Настройки -> Чат -> Привлечение внимания (ОтВЫЗаться на запросы привлечения внимания)

XHTML message support

http://xmpp.org/extensions/xep-0071.html

RCV  (1178606960): <message type='chat'><html xmlns='http://jabber.org/protocol/xhtml-im'><body xmlns='http://www.w3.org/1999/xhtml'><p style='font-family:Arial,Helvetica;color:#000000'>Receiving a message.</p></body></html><body>Receiving a message.</body><x xmlns='
java.lang.NullPointerException
 at org.jivesoftware.smackx.provider.XHTMLExtensionProvider.parseExtension(XHTMLExtensionProvider.java:84)

Force register ConnectionCreationListeners on application start

To avoid crash in rare cases.

MultiUserChat was registered before ServiceDiscoveryManager:

java.lang.NullPointerException
 at org.jivesoftware.smackx.muc.MultiUserChat$1.connectionCreated(MultiUserChat.java:117)
 at org.jivesoftware.smack.XMPPConnection.initConnection(XMPPConnection.java:604)
 at org.jivesoftware.smack.XMPPConnection.connectUsingConfiguration(XMPPConnection.java:551)
 at org.jivesoftware.smack.XMPPConnection.connect(XMPPConnection.java:981)
 at com.xabber.android.data.AccountItem$1.run(AccountItem.java:1209)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.