added reference to TLS resumption RFC

This commit is contained in:
Peter Saint-Andre 2013-09-12 18:59:52 -06:00
parent f526d5398a
commit fc70233284
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ S: <enabled xmlns='urn:xmpp:sm:3'
<li>Server sends stream features.</li>
<li>Client sends STARTTLS request.</li>
<li>Server informs client to proceed with the TLS negotiation.</li>
<li>The parties complete a TLS handshake. (Note: When performing session resumption and also utilizing TLS, it is RECOMMENDED to take advantage of TLS session resumption to further optimize the resumption of the XML stream.)</li>
<li>The parties complete a TLS handshake. (Note: When performing session resumption and also utilizing TLS, it is RECOMMENDED to take advantage of TLS session resumption &rfc5077; to further optimize the resumption of the XML stream.)</li>
<li>Client sends new initial stream header.</li>
<li>Server sends response stream header.</li>
<li>Server sends stream features, requiring SASL negotiation and offering appropriate SASL mechanisms. (Note: If the server considers the information provided during TLS session resumption to be sufficient authentication, it MAY offer the SASL EXTERNAL mechanism; for details, refer to &sasltls;.)</li>