views:

219

answers:

3

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

A: 

Check out the asmack library: it's Smack with patches to work work on Android.

http://code.google.com/p/asmack/

zanchin
I found this some time ago, but thank you very much for the reply
Hades
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
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
A: 

I haven't seen an example of this running with just MD5-Digest running - has anyone else?

Matt
I uploaded a version on the ignite forums. go check it out.
Hades