XMPP and Android

android, xmpp

Solution

ASmack is port of Smack to Android:

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

Problem

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.

Original source

Related problems