Reputation: 3936
Has anyone built a XMPP client for android? I know you can use the SMACK.JAR which has a XMPP client API's but I'm having issues connecting to it. I think it needs to be modified so that it works with android? has anyone been able to do this? build a XMPP client on android? Please help
Upvotes: 0
Views: 1113
Reputation: 26
Check out the asmack library: it's Smack with patches to work work on Android.
http://code.google.com/p/asmack/
Upvotes: 1