Need an Android xmpp chat client to configure with openfire! [closed]
开发者_如何转开发
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this questionI am developing a chat application over android and i need an xmpp chat client that works with openfire... Can anyone suggest me in this?
It's worth taking a look at the asmack library. It's a fork from Ignite Realtime's desktop XMPP client library, Smack, that works on Android (Ignite Realtime developed Openfire). It's generally the most commonly used Android XMPP library as far as I'm aware.
If you're not looking to extend XMPP in any way (it sounds like you just need simple chat) then any Android-compatible library will work with an Openfire server in the same way, that's part of the beauty of XMPP being a protocol.
If you were going to develop desktop clients and/or extend the server in some way, then I would suggest asmack even more strongly as it would cut down on the amount you would have to relearn.
For documentation and more background info, I would suggest having a look at the original Smack website. A lot of the code in asmack is the same as Smack and the Smack javadocs are quite detailed.
here http://florentgarin.developpez.com/tutoriel/android/client-xmpp/
Source http://florentgarin.ftp-developpez.com/android/ClientJabber.zip
精彩评论