Reputation: 392
I am working on Chat module for Android app. I configured Open fire as XMPP server and currently using smack library in client side development. I am facing some crucial problems regarding chat. So is there any other open source alternate library of smack? I search whole day for the solution. But I could not got proper.
Upvotes: 0
Views: 1092
Reputation: 1114
Till now Smack is the only one java based open source XMPP client Implementation.So you have to use smack to use in android or you can use C++ client library like swiften or gloox as native. But in server side you can use any server developed following XMPP standard.
Upvotes: 1
Reputation: 269
I have used Applozic chat SDK. Its worked like a charm for me easy to integrate and customize. The open source repo link is here. Hope this helps.
Upvotes: 5
Reputation: 7
I am also still finding the solution.
I think Quickblock would be the alternative.
Reference: https://community.igniterealtime.org/thread/52092
Upvotes: 1