I want to create chat functionality in my web application using XMPP and Openfire.. I have integrated converse js but I haven't found file attachment so any one let me know another best option using XMPP and openfire??
相关问题
- 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
Here is a very simple chat demo written in jQuery + StropheJS:
http://plnkr.co/edit/EhQHDsYpDhrECmaaIlZO
You have to deploy your own Openfire and adapt the followin code lines according to your configuration:
...