XMPP and Android [duplicate]

2019-01-22 04:18发布

Possible Duplicate:
Android and XMPP: Currently available solutions

I am trying to build a small XMPP client in Android. Any ideas on what library I can use? I have tried using the Smack API, but there are some issues with it, which makes it not practical.

标签: android xmpp
3条回答
爷、活的狠高调
2楼-- · 2019-01-22 05:01

ASmack is port of Smack to Android:

http://code.google.com/p/asmack/

查看更多
We Are One
3楼-- · 2019-01-22 05:16
爷、活的狠高调
4楼-- · 2019-01-22 05:18

Smack has been ported to Android and works fine now. Nevertheless, if you are looking for a rocket proof port of Smack for Android which supports most of the XMPP extensions (including pubsub) as well as automatic reconnection and other features, you should consider this commercial solution: http://www.ubikod.com/products.htm

查看更多
登录 后发表回答