Is there any XMPP web client except SparkWeb and JWChat?
相关问题
- Get Offline Messages From XMPP Without Becoming On
- How to implement “last seen at” functionality (lik
- smack api get all public rooms on openfire server
- ejabberd MUC message history
- How do I set a Jabber status with python-xmpp?
相关文章
- Xmpp chat invisible presence
- Jabber.net on Unity/Android error (No JNI_OnLoad f
- Sending inline images using Smack XMPP
-
How to join multiple rooms by just sending one
- How to get offline message of group chat from Open
- XMPP events on Android
- How to create an account from Smack 4.1
- XMPPFramework - Upload Profile or Avatar Image
There is a GWT based client called ijab. http://code.google.com/p/ijab/
JAXL IM is something you might want to try out... provides a convenient admin panel for configuration of chat widget, enable/disable addons and plugins for the chat widget and view chat archives...
It build using JAXL open source library written in PHP....
There is also Jappix, which is a fresh new social-oriented XMPP web-client. You can test it here: http://www.jappix.com/ and get it on the project website (it's open source!).
Check out Candy - a pure JavaScript client for XMPP.
Did you look here ? http://xmpp.org/xmpp-software/clients/
I'd recommend, you can use strophejs.
The examples of the Professional XMPP development with jQuery are very interesting.
Especially the chapter 6 application, which is a ... chat client.