ejabberd - Comments for "Authentication problems after upgrading to 16.03" https://www.ejabberd.im/forum/25464/authentication-problems-after-upgrading-1603 en The ejabberd release notes https://www.ejabberd.im/forum/25464/authentication-problems-after-upgrading-1603#comment-66875 <p>The ejabberd release notes mention most changes, the most relevant ones, but sometimes they miss some minor change that could be relevant to you.</p> <p>Looking at the git repository, changes in several auth modules, I see changes that may be relevant to you. For instance:</p> <pre> $ git log --oneline 15.09..16.03 src/cyrsasl_digest.erl 46568fb Merge commit 'refs/pull/524/head' of github.com:processone/ejabberd into sasl-api-change dfc29ea Switch to Fast XML module f448ff6 Update copyright to 2016 (#901) 917d48f Use SASL PLAIN authzid as client identity if auth module permits it d981470 Remove commented code </pre> Wed, 11 May 2016 16:34:11 +0000 badlop comment 66875 at https://www.ejabberd.im This is the output when https://www.ejabberd.im/forum/25464/authentication-problems-after-upgrading-1603#comment-66871 <p>This is the output when sendxmpp fails (with ejabberd 16.04):</p> <div class="codeblock"><code> <br />XMPP::Conn: AuthSASL: haven&#039;t authed yet... let&#039;s wait.<br />XMPP::Conn: Process: timeout(1)<br />XML::Stream: Read: buff(&lt;failure xmlns=&#039;urn:ietf:params:xml:ns:xmpp-sasl&#039;&gt;&lt;not-authorized/&gt;&lt;/failure&gt;)<br />XML::Stream: Node: _handle_element: sid(11726132938165640411) sax(XML::Stream::Parser=HASH(0x17a2930)) tag(failure) att( xmlns urn:ietf:params:xml:ns:xmpp-sasl )<br />XML::Stream: Node: _handle_element: check( -1 )<br />XML::Stream: Node: _handle_element: sid(11726132938165640411) sax(XML::Stream::Parser=HASH(0x17a2930)) tag(not-authorized) att( )<br />XML::Stream: Node: _handle_element: check( 0 )<br />XML::Stream: Node: _handle_close: sid(11726132938165640411) sax(XML::Stream::Parser=HASH(0x17a2930)) tag(not-authorized)<br />XML::Stream: Node: _handle_close: check( 1 )<br />XML::Stream: Node: _handle_close: check2( 0 )<br />XML::Stream: Node: _handle_close: sid(11726132938165640411) sax(XML::Stream::Parser=HASH(0x17a2930)) tag(failure)<br />XML::Stream: Node: _handle_close: check( 0 )<br />XML::Stream: Node: _handle_close: check2( -1 )<br />XML::Stream: Process: block(0)<br />XMPP::Conn: AuthSASL: Authentication failed.<br />Error &#039;AuthSend&#039;: error: not-authorized[?]<br />XML::Stream: Send: (&lt;/stream:stream&gt;)<br />XML::Stream: SetCallBacks: tag(node) func(CODE(0x8101f0))<br />XMPP::Conn: Disconnect: bye bye<br />sendxmpp: Disconnect</code></div> Tue, 03 May 2016 09:03:40 +0000 ronzo comment 66871 at https://www.ejabberd.im