I have ejabberd server and it works fine. But I have configured mod_proxy65? and it did not work. I have no srv records for my domain. Will mod_proxy work without any SRV record ?
To access the most up-to-date ejabberd documentation, please visit docs.ejabberd.im »
I have ejabberd server and it works fine. But I have configured mod_proxy65? and it did not work. I have no srv records for my domain. Will mod_proxy work without any SRV record ?
yes, proxy "just work", but
yes, proxy "just work", but you need configure xmpp-client. it should have special field called "file transfer proxy" or so. In that field you need write only proxy host, like "proxy.example.com"
Thanks. But then I can't
Thanks. But then I can't understand anything.=)) I have configured my ejabberd server with mod_proxy65.
Config:
{mod_proxy65, [{ip, {212,xxx,xxx,xxx}}]},
I have opened port 7777 on my firewall and i have configured my client. BUt it doesn't work. And when I try to use another proxy service (alternative proxy.jabbim.cz) on my client, everything ok. What wrong with my mod_proxy65. How to make it to transfer file?
proxy.you_domain.com -
proxy.you_domain.com - FQDN?
telnet 212,xxx,xxx,xxx 7777 - can connect?
and
telnet proxy.you_domain.com 7777 ?