0

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

Community
  • 1
  • 1
RandomUser
  • 4,140
  • 17
  • 58
  • 94

1 Answers1

3

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.

fnl
  • 2,209
  • 19
  • 17