business rules tweak

git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3120 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2009-05-05 20:37:44 +00:00
parent ded8764ae9
commit 5fa4180f10
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@
<ul>
<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>Stream compression MAY be offered after TLS negotiation if TLS compression fails.</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>