XMPP 和 Android
可能的重复:
Android 和 XMPP:当前可用的解决方案
我正在尝试构建一个小型 XMPP 客户端在安卓中。 关于我可以使用哪个库有什么想法吗? 我尝试过使用 Smack API,但它存在一些问题,这使得它不实用。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
ASmack 是 Smack 到 Android 的端口:
http://code.google.com/p/asmack/
ASmack is port of Smack to Android:
http://code.google.com/p/asmack/
它已经被实施了。
看看这里:
http://davanum.wordpress.com/2008/ 12/29/更新-xmpp-client-for-android/
it's already been implemented.
take a look here:
http://davanum.wordpress.com/2008/12/29/updated-xmpp-client-for-android/
Smack 已移植到 Android,现在运行良好。 尽管如此,如果您正在寻找适用于 Android 的 Smack 端口,它支持大多数 XMPP 扩展(包括 pubsub)以及自动重新连接和其他功能,您应该考虑这个商业解决方案:http://www.ubikod.com/products.htm
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