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
views:
219answers:
3
A:
Check out the asmack library: it's Smack with patches to work work on Android.
zanchin
2010-08-01 18:34:51
I found this some time ago, but thank you very much for the reply
Hades
2010-08-02 05:41:53
A:
hey, I'm developing the same thing :) Have you had problems connecting to the chat due to the MD5-Digest encryption? I heard it could go bad...
Pedro Rocky Bento
2010-08-13 23:13:03
nope, on md5 it's runs really well. The only problem is when you try to change the authentication to x-facebook-platform, it gets really messy then...still trying to figure it out
Hades
2010-08-14 06:11:26