5

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

Mickaël Rémond
  • 9,035
  • 1
  • 24
  • 44
Nandlal Virani
  • 674
  • 4
  • 13
  • 24

1 Answers1

7

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.

Community
  • 1
  • 1
hovanessyan
  • 30,580
  • 6
  • 55
  • 83