ejabberd - Comments for "Problems with docs" https://www.ejabberd.im/node/1470 en It should work. Check 5269 and firewall https://www.ejabberd.im/node/1470#comment-3575 <div class="quote-msg"> <div class="quote-author"><em>alouette</em> wrote:</div> <p>how to connect my server to already existing jabber servers to allow my users to chat with that servers users.</p></div> <p>Jabber servers listen for other servers on port 5269. By default ejabberd.cfg is already properly configured. Make sure your server listens on that port. For example using telnet:</p> <pre>$ telnet jabber.example.org 5269 Trying 127.0.1.1... Connected to atenea.pike. Escape character is '^]'. aaaaaa &lt;?xml version='1.0'?&gt; &lt;stream:stream xmlns:stream='http://etherx.jabber.org/streams' xmlns='jabber:server' xmlns:db='jabber:server:dialback' id='1689064033'&gt; &lt;stream:error&gt; &lt;xml-not-well-formed xmlns='urn:ietf:params:xml:ns:xmpp-streams'/&gt; &lt;/stream:error&gt; &lt;/stream:stream&gt; Connection closed by foreign host.</pre><p> If your server is listening, but you can't still connect to other servers (and other can't with you), maybe it's a firewall problem. Do the telnet check on remote computers.</p> <p>Also check the ejabberd log files, they may report errors.</p> <div class="quote-msg"> <div class="quote-author"><em>alouette</em> wrote:</div> <p>I need to connect it to GoogleTalk, I read what it is possible but I cannot find any documentation how to do this.</p></div> <p>GoogleTalk is just another Jabber server. Once you can connect to Jabber servers, you will also be able to connect to GoogleTalk.</p> Sun, 15 Apr 2007 14:49:10 +0000 mfoss comment 3575 at https://www.ejabberd.im