Chat client for Android

I want to create my own chat client using xmpp on Android to chat with my friends. Is it possible to create these kinds of applications on Android, which is typical for my own applications. people don’t need to share gmail or facebook profiles with them to enter my chat client. I already have my authentication process.

+3
source share
3 answers

Yes it is possible. You should try some XMPP API like Smack . You may also need to provide a server for which you can use OpenFire . For example, see here .

+5
source

android, XMPP, ASMACK, Jabbim client

+2

Yeah its damn possible

Try Sinch as its XMPP is based and integrates seamlessly with your applications.

Code Example: https://github.com/akberarslan/AndroidChatClient

Also explore Tokbox, hope this helps.

0
source

All Articles