Skip to content

Commit

Permalink
XEP-0388: Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdosch committed Apr 4, 2024
1 parent 56a1d04 commit ba020de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xep-0388.xml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
<p>Authentication may complete in one of three ways. It may complete successfully, in which case the client is authenticated. It may also fail, in which case the client is not authenticated and the stream and session state remain entirely unchanged.</p>
<p>Finally, it may have completed successfully, but further interaction is required - for example, a password change or second-factor authentication.</p>
<section3 topic="Success" anchor="success">
<p>If the Client is now authenticated, the Server sends a &lt;success/> element, which contains an &lt;authorization-identity/> element containing the negotiated identity - this is a bare JID, unless resource binding has occurred, in which case it is a full JID.</p>
<p>If the Client is now authenticated, the Server sends a &lt;success/> element, which contains an &lt;authorization-identifier/> element containing the negotiated identity - this is a bare JID, unless resource binding has occurred, in which case it is a full JID.</p>
<p>If the &lt;success/> element it the response to a SASL mechanism exchange, it MAY contain an &lt;additional-data> element, containing additional data from the SASL mechanism that has just completed.</p>
<p>If the &lt;success/> element is the response to a task exchange <link url="#continue">initiated by a &lt;continue/> element</link>, it MAY contain any other element defined in a future protocol containing additional data from the task that has just completed</p>
<p>If the client requested any stream features inline as part of the SASL negotiation, they are processed by the server at this point.</p>
Expand Down

0 comments on commit ba020de

Please sign in to comment.