Android Jabber (XMPP) client

Nandlal Virani picture Nandlal Virani · Mar 26, 2012 · Viewed 18.7k times · Source

I am developing Chat application in android. Now server is ready.And i want to connect android application with server using XMPP (Jabber). I have follwing information -

Host : 108.167.167.22 User : user1@skyc password : 111111 port : 5222 / 5280

How can i implement from android ?

Is there any app available in market which has similar functionality(i mean i can connect to server and chat with that application just to test) ?

Thanks in advance

Answer

hovanessyan picture hovanessyan · Mar 26, 2012

There's an XMPP client available for testing here. The apk and the source code are available for download here. And here is a thread that describes currently available solutions.