Hello.
Is it possible to connect external file transfer proxy to Ejabberd? I want to run on external machine this proxy ( ) and connect it to Ejabberd running on my home server. ( He have dynamic public IP, so i cant run proxy on this. ) Unfortunely, I don't know how to do this. Can you help me with this?
Anybody can help?
Anybody can help?
I believe there is already a
I believe there is already a file transfer proxy bundled with ejabberd.
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