ejabberd - Comments for "ejabberd on Ubuntu Intrepid- Connection problems" https://www.ejabberd.im/node/3580 en It is strange that you et https://www.ejabberd.im/node/3580#comment-54483 <p>It is strange that you get "Invalid XML". I get this using ejabberd trunk svn:</p> <pre>$ telnet localhost 5222 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. hello &lt;?xml version='1.0'?&gt; &lt;stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='none' from='localhost' version='1.0'&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> In fact, in ejabberd 2.0.1 source code I don't find any mention of "Invalid XML". Neither in the patch that ubuntu applies to generate their package.</p> <p>Take a look at ejabberd.log and sasl.log, maybe they show some error message.</p> <p>Regarding configuration: the default config of ejabberd, also in Debian and Ubuntu has port 5222 connections working correctly, so it is unlikely that the problem is related to configuration issue.</p> <p>If noidea what is he problem, you can try to reinstall thepackge from scratch. Keep the default config, create dummy account "test@localhost" and try to login.</p> <p>If that fails too, maybe the problem is in the package. In that case you can try to install ejabberd from source code.</p> Wed, 22 Jul 2009 22:20:00 +0000 mfoss comment 54483 at https://www.ejabberd.im