I want to setup chat functionality in my web app using Openfire and converse.js
I am planning to implement an archiving feature to the chat. I have already installed the Monitoring Service plugin of Openfire and can now generate conversation history report in the admin console.
Now I am planning to implement file attachment in chat. so is it possible using converse.js and Openfire??
Asked
Active
Viewed 1,225 times
0

Nitin
- 881
- 2
- 10
- 37
2 Answers
0
Yes , It is possible. You can read this for more details http://xmpp.org/extensions/xep-0234.html

Alias Varghese
- 2,104
- 3
- 24
- 52
0
You can save links to your attachments by customizing your stanza accordingly to store the url to the attachment. But be careful not to modify the message stanza directly check here. Instead you can add your custom stanza as payload xml to the message stanza.

Community
- 1
- 1

The Maverick
- 336
- 1
- 8