ejabberd - Comments for "XMPP Version not being sent to application" https://www.ejabberd.im/node/3844 en Quote: The developers are https://www.ejabberd.im/node/3844#comment-55200 <div class="quote-msg"> <div class="quote-author">Quote:</div> <p>The developers are telling me that: </p></div> <p>Those developers are hiding you important information. ejabberd replies to the client queries, so it's important to consider not only ejabberd reply, but also the related client query.</p> <p>I tested ejabberd 2.1.2 compiled from source code in Debian, using the Tkabber client with two different client configurations</p> <p>First I use STARTTLS encryption and SASL authentication (RFC 3920 compliant). The client sends to ejabberd:</p> <pre> &lt;stream:stream xmlns:stream='http://etherx.jabber.org/streams' xmlns='jabber:client' to='localhost' xml:lang='es' version='1.0'&gt; </pre><p> Then ejabberd replies to the client:</p> <pre> &lt;stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='3804815462' from='localhost' version='1.0' xml:lang='en'&gt; </pre><p> Second, I disable STARTTLS and SASL (like in old Jabber protocol, before RFC 3920 was written). The client sends to ejabberd:</p> <pre> &lt;stream:stream xmlns:stream='http://etherx.jabber.org/streams' xmlns='jabber:client' to='localhost' xml:lang='es'&gt; </pre><p>Then ejabberd replies to the client:</p> <pre> &lt;stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='2262839397' from='localhost' xml:lang='en'&gt; </pre> Wed, 27 Jan 2010 14:43:23 +0000 mfoss comment 55200 at https://www.ejabberd.im