1
0
mirror of https://github.com/moparisthebest/xeps synced 2024-11-24 10:12:19 -05:00
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@1147 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2007-08-14 15:34:15 +00:00
parent 50f224ace5
commit a45984bc40

View File

@ -31,10 +31,10 @@
&hildjj;
&stpeter;
<revision>
<version>1.2</version>
<date>in progress</date>
<version>1.2pre2</version>
<date>in progress, last updated 2007-08-14</date>
<initials>psa</initials>
<remark>Per list discussion, clarified exactly when compression shall be considered to start.</remark>
<remark>Clarified when compression shall be considered to start; per XEP-0170, specified that compression should be negotiated after SASL.</remark>
</revision>
<revision>
<version>1.1</version>
@ -185,7 +185,7 @@
<li>If stream compression is negotiated, it MUST be used in both directions.</li>
<li>TLS compression and stream compression SHOULD NOT be used simultaneously.</li>
<li>If both TLS (whether including TLS compression or not) and stream compression are used, then TLS MUST be negotiated first, followed by negotiation of stream compression.</li>
<li>Negotiation of stream compression SHOULD be completed before authentication via SASL (see <cite>RFC 3920</cite>) or &xep0078;.</li>
<li>Because negotiation of stream compression should not be completed after application of any encryption layers and because SASL negotiation (see <cite>RFC 3920</cite>) may involve application of an encryption layer, stream compression SHOULD be negotiated after SASL negotiation. For detailed recommendations regarding the order of stream feature negotiation, refer to &xep0170;.</li>
</ul>
</section1>