10

Possible Duplicate:
Android and XMPP: Currently available solutions

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

Community
  • 1
  • 1
  • The duplicate in question is newer, I closed this in favor of that due to the quality of answers on the newer question (and it has an OP that is actually still a user) – Tim Post Aug 21 '11 at 17:25

3 Answers3

10

ASmack is port of Smack to Android:

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

David Snopek
  • 353
  • 3
  • 6
8

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

reflog
  • 7,587
  • 1
  • 42
  • 47
0

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
  • 470
  • 5
  • 9