Android Jabber (XMPP) client

18,814

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.

Share:
18,814
Nandlal Virani
Author by

Nandlal Virani

Updated on June 15, 2022

Comments

  • Nandlal Virani
    Nandlal Virani about 2 years

    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