Hello.
Is it possible to connect external file transfer proxy to Ejabberd? I want to run on external machine this proxy (
To access the most up-to-date ejabberd documentation, please visit docs.ejabberd.im »
Hello.
Is it possible to connect external file transfer proxy to Ejabberd? I want to run on external machine this proxy (
Anybody can help?
Anybody can help?
I believe there is already a
I believe there is already a file transfer proxy bundled with ejabberd.
https://git.process-one.net/ejabberd/mainline/blobs/raw/v2.1.10/doc/guid...
Take a look at mod_proxy65...
With the basic config mod_proxy65 config I couldn't get a connection to port 7777 (the default file transfer proxy port) from a machine other than localhost. So I added {ip, {0,0,0,0}} to the module config so it became...
{mod_proxy65,[ {ip, {0,0,0,0}} ]},
And I can telnet to that port from an outside location.
Though I've not actually tried using it for file transfers.
HTH, B