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 documentation is missing. So it is not easy to understand how it works.
Here on StackOverflow I found only some incomplete post relating the matter, as for example: Save received files from xmpp Strophe si-filetransfer
Also on the web I didn't find any complete solution to my needs.
If there is another solution to achieve the above goal (file transfer in a JS client using XMPP protocol) it 's welcome!