tags:

views:

4848

answers:

4
+1  Q: 

XMPP and Android

I am trying to build a small XMPP client in android. Any ideas on what library i can use?. I have tried using Smack API, but there are some issues with it which makes it not practical.

Thanks, Earlence

+2  A: 

it's already been implemented. take a look here: http://davanum.wordpress.com/2008/12/29/updated-xmpp-client-for-android/

Reflog
+1  A: 

It would be nice to know what issues prevent you from using Smack - it looks like it has been implemented in Android before.

Isaac Waller
A: 

Smack has been ported to Android and works fine now. Nevertheless, if you are looking for a rocket proof port of Smack for Android which supports most of the XMPP extensions (including pubsub) as well as automatic reconnection and other features, you should consider this commercial solution: http://www.ubikod.com/products.htm

DoctorBug
A: 

ASmack is port of Smack to Android:

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

David Snopek