10

可能重复:
Android 和 XMPP:当前可用的解决方案

我正在尝试在 Android 中构建一个小型 XMPP 客户端。关于我可以使用什么库的任何想法?我曾尝试使用 Smack API,但它存在一些问题,这使得它不实用。

4

3 回答 3

10

ASmack 是 Smack 到 Android 的端口:

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

于 2010-08-20T10:07:38.723 回答
8

它已经实施了。看看这里: http ://davanum.wordpress.com/2008/12/29/updated-xmpp-client-for-android/

于 2008-12-29T11:05:45.633 回答
0

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

于 2010-08-07T21:26:31.907 回答