ejabberd - Comments for "how to create proxy server for xmpp xep-0065" https://www.ejabberd.im/node/9033 en Short answer is: Yes it WILL https://www.ejabberd.im/node/9033#comment-59303 <p>Short answer is: Yes it WILL act as proxy.</p> <p>Long answer is below :)</p> <p>As far as I can understand this XEP is supposed to create simple socket proxy which implies p2p-like connection but instead of peer for the opposite side in at the negotiation stage server one is used. In other words, when client1 wants to reach client2 server opens two sockets on its side and makes "bridge".<br /> You _can_ use for this purpose TURN server which does conceptually the same thing but works independently of server as separate service. I could not find working implementation though... Psi+ declares support but I couldn't find working TURN server for it.</p> <p>Good luck!</p> Wed, 12 Dec 2012 16:23:13 +0000 fk_ comment 59303 at https://www.ejabberd.im ping proxy not work.... If https://www.ejabberd.im/node/9033#comment-59302 <p>ping proxy not work....</p> <p>If mod_proxy65 will activate the proxy server, why I can NOT ping proxy.machin1.abcd.come after ejabberd restarts? It shows: </p> <div class="codeblock"><code>ping: cannot resolve proxy.machine1.abcd.com: Unknown host. </code></div> <p>Is that normal? Or I should setup other things to tell xmpp client where is the proxy server.</p> Wed, 12 Dec 2012 09:17:01 +0000 jacksun1203 comment 59302 at https://www.ejabberd.im