Want to improve this question? Update the question so it focuses on one problem only by editing this post开发者_如何学C.
Closed 3 years ago.
Improve this questionI wanna build my own chat client using xmpp on android to chat with my own friends. Is it possible to build such kinda of apps on android which is specific to my own apps. people dont have to share there either gmail or facebook profiles to login to my chat client. I already have my own authentication process.
Yes it is possible. You should try some XMPP API like Smack. Also you may need to provide server for which you can use OpenFire. For example see here.
For android creating XMPP client there are ASMACK library, You can also get sample application from Jabbim client
Yes, its damn possible
Try Sinch, as its XMPP based and easy to integrate with your applications.
Sample Code: https://github.com/akberarslan/AndroidChatClient
Also explore Tokbox, Hope it will help.
精彩评论