Prabhu M
Prabhu M

Reputation: 3574

Android xmpp client xabber

I have been searching for Android xmpp clients. I came to know about asmack for android. I have also found xabber for android here . I have downloaded the code and able to run it successfully. I am not able to get any documentation of xabber APIs.

  1. Is it possible to use this xabber client for my custom XMPP server.

  2. If u know any other good Xmpp clients for android , please suggest me.

Upvotes: 2

Views: 3210

Answers (3)

TroniPM
TroniPM

Reputation: 329

Is it possible to use this xabber client for my custom XMPP server.

Yes, but i'm not sure.

If u know any other good Xmpp clients for android , please suggest me.

The best list of applications that implements XMPP is on xmpp foundation own site. https://xmpp.org/xmpp-software/clients/

I hope help you.

Upvotes: 1

vitalyster
vitalyster

Reputation: 5266

Smack is Java XMPP library, asmack is a Smack build environment for android, it is well maintained and you can get precompiled libraries. You can view Smack documentation and samples here. Xabber - is one of XMPP clients which uses Smack library(custom fork with some modifications) and you may use official Smack documentation when digging into xabber sources.

Upvotes: 3

agamov
agamov

Reputation: 4427

You should definitely have a look at Yaxim: https://github.com/pfleidi/yaxim

Upvotes: 2

Related Questions