XMPP with Android [duplicate]

2019-09-08 05:38发布

问题:

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.



标签: android xmpp