Hi,
I have developed an IM application using ejabberd 2.1 and it works fine.Now am trying to transfer file/image through IM.How i configure for ejabberd for file transfer?.Just enable mod_proxy65 module in the ejabberd.cfg file or i need to install proxy65 module first?
I can't find a mod_proxy65 module in the ejabberd modules in the GIT.
I added the following line in ejabberd.cfg and open the port 7777 but file transfer not works.
{mod_proxy65, [
{ip, {118,132,158,91}},
{name, "SOCKS5 Bytestreams"},
{host, "proxy.saviorc.org"}
]},
Please tell me anything additional i want to do here for file transfer.
Help is highly appreciable.
Thanks,
VKS