Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Jabber (XMPP) client [closed]

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

like image 724
Nandlal Virani Avatar asked Mar 26 '12 09:03

Nandlal Virani


People also ask

Who still uses XMPP?

Zoom uses XMPP (with some proprietary extensions) for its chat functionality. Grindr is a geosocial networking and online dating application that uses XMPP for its chat application. Mailfence uses XMPP for its group chat functionality. A free and open source XMPP service that uses your phone number as the user ID.

Is XMPP and Jabber the same?

Jabber and XMPP are the same protocol. The only difference is that Jabber is a trademarked name and XMPP is the official name of the protocol.

What is XMPP client connection?

An XMPP client is any software or application that enables you to connect to an XMPP for instant messaging with other people over the Internet. There are many free clients you can use to do this, for many different devices and operating systems.


1 Answers

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.

like image 111
hovanessyan Avatar answered Sep 27 '22 17:09

hovanessyan