Complete example of Strophe.js file transfer [closed]
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 3 years ago . I'm developing a chat web client (XMPP based) using Strophe.js. On server side I have an Openfire server. I'm looking for a complete (and working) example of file transfer (xep-0096) using Strophe.js. I know there is a plugin, named si-filetransfer , which should help in implementing this feature but