ejabberd - Comments for "file transfert without configuring router port ?" https://www.ejabberd.im/node/3521 en I found the bug ! https://www.ejabberd.im/node/3521#comment-54301 <p>thx zinid,</p> <p>in fact I have tryed with an another client and the transfert worked. </p> <p>So I turned on the xml console to see if something was different and my test client did not send the famous streamhost line of my proxy, it just send his ip to connect in p2p. I have patched my client and all works fine now.</p> <p>thx for your idea to look into the jabberd log, it give me the idea to look in the xml console of my client ;)</p> <p>regards,</p> Sun, 31 May 2009 10:16:26 +0000 kollo comment 54301 at https://www.ejabberd.im Re: file transfert without configuring router port https://www.ejabberd.im/node/3521#comment-54299 <div class="quote-msg"> <div class="quote-author"><em>kollo</em> wrote:</div> <p>I used gajim and configured proxy as "proxy.myserver.com" port 443</p></div> <p>You should configure "bytestreams proxy" or something, not just proxy for general jabber connection. Also look into ejabberd log: you should see log messages from the proxy service there.</p> Sat, 30 May 2009 05:33:18 +0000 zinid comment 54299 at https://www.ejabberd.im tryed without success https://www.ejabberd.im/node/3521#comment-54290 <p>hello,</p> <p>thx for your help,</p> <p>I setted up the mod_proxy65, I can see it in discover services, I tryed telent myserver.com 443 and I receive somthing. I also disabled firewall on my server for tests.</p> <p>But I still have error on my client, cannot transfert files. same files works fine in local.</p> <p>ejabberd is on a server not behind a nat.<br /> config is :</p> <p> {mod_proxy65, [<br /> {host, "proxy.XXXMY_SERVERXXX.com"},<br /> {port, 443}<br /> ]},</p> <p>I used gajim and configured proxy as "proxy.myserver.com" port 443</p> <p>any other idea ?</p> Thu, 28 May 2009 15:14:57 +0000 kollo comment 54290 at https://www.ejabberd.im Re: file transfert without configuring router port https://www.ejabberd.im/node/3521#comment-54288 <div class="quote-msg"> <div class="quote-author"><em>kollo</em> wrote:</div> <p>May be I should setup something on ejabberd server to use it as a proxy (mod_proxy65) and configure something to figure this out.</p></div> <p>Yes, you can set up mod_proxy65, but note that ejabberd should not be located behind a NAT in this case. You can assign a broad available port on it (such as 80/tcp or 443/tcp) and a file transfer will always work.</p> <div class="quote-msg"> <div class="quote-author"><em>kollo</em> wrote:</div> <p>gajim, psi</p></div> <p>All of them support proxy65, but not by default. You just need to configure it.</p> Thu, 28 May 2009 07:18:02 +0000 zinid comment 54288 at https://www.ejabberd.im