XMPP 与 Android
可能的重复:
Android 和 XMPP:当前可用的解决方案
我已经开始制作多人 Android 游戏的原型使用 HTTP + C2DM 推送,但现在有机会更多地反思设计,我认为 XMPP 会更适合我正在尝试构建的内容。
我环顾四周,找不到 Android 上 XMPP 的大量最新信息,有人有任何经验或推荐的库吗?就其价值而言,这将是互联网上的客户端服务器,而不是近场通信
感谢您的任何想法
Possible Duplicate:
Android and XMPP: Currently available solutions
I've started prototyping a multiplayer Android game using HTTP + C2DM push, but now having had a chance to reflect more on the design, I think XMPP would be a much better fit for what i'm trying to build.
I was looking around and couldn't find a great deal of recent information for XMPP on Android, does anyone have any experience or recommended libraries? For what it's worth, this would be client-server over the internet, not near field communication
Thanks for any thoughts
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在 Smack 作为 Java 的 XMPP 库方面获得了很好的经验。人们也在 Android 上成功使用了它。
如需更多替代方案,xmpp.org 有一个广泛的列表。
I have made good experience with Smack as a XMPP-library for Java. People also have used it successfully with Android.
For more alternatives, xmpp.org has an extensive list.