XMPP with Android [duplicate]

二次信任 提交于 2019-12-12 02:55:11

问题


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


回答1:


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.



来源:https://stackoverflow.com/questions/9236160/xmpp-with-android

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!