Clarify XEP-0178 (SASL-EXTERNAL) specification that after failed authentication connection doesn't have to be closed in s2s.

This commit is contained in:
Wojciech Kapcia 2020-06-16 13:56:15 -04:00
parent 4b5d9c3f54
commit 54e2980ce4
No known key found for this signature in database
GPG Key ID: 3350FD76D40C577B
1 changed files with 1 additions and 1 deletions

View File

@ -379,7 +379,7 @@
<p>Implementation Note: If Server2 needs to assign an authorization identity during SASL negotiation, it SHOULD use the value of the 'from' attribute of the stream header sent by Server1.</p>
</li>
<li>
<p>Else Server2 SHOULD return a &notauthorized; stream error and close the stream.</p>
<p>Else Server2 SHOULD return a &notauthorized; error and either close Server1's TCP connection or continue with a Server Dialback (XEP-0220) [8] negotiation.</p>
<example><![CDATA[
<failure xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>
<not-authorized/>