Hades
Hades

Reputation: 3936

XMPP Android - build client to chat on facebook or facebook chat integration

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

Answers (1)

zanchin
zanchin

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

Related Questions