Android xmpp library

I want to make a chat application in android. Most of them offer the smack / asmack library. Besides smack, what is available because the smack library is unstable?

+4
source share
2 answers

If you have problems with Smack, make sure you try aSmack, especially this version (it has made some significant improvements, the original seems to be no longer supported).

If you have problems with "stability", the question of them as separate issues may be worthwhile (if you have not already done so).

Finally, although I know at least one Java library that you could run to work with Andoid, Stroke . These are the first days for this, and I believe that it does not yet have a DNS library that runs on Android, but one could associate it with what it does. It is written from scratch to meet the latest specifications of XMPP developers who are actively involved in developing these specifications.

+4
source

I doubt aSmack is unstable. This is used by various Apps . Just to name a few.

As a general rule: if you cannot find the library specified for your platform in the XSF library list , then probably not.

0
source

Source: https://habr.com/ru/post/1414302/


All Articles