English 中文(简体)
XMPP和安卓 [副本]
原标题:
  • 时间:2008-12-25 12:40:28
  •  标签:
This question already has answers here:
Closed 11 years ago.

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.

问题回答

ASmack是Smack移植到Android的端口:

将此翻译为中文:http://code.google.com/p/asmack/ http://code.google.com/p/asmack/

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





相关问题
热门标签