clarified potential DoS attack

git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3390 4b5297f7-1745-476d-ba37-a9c6900126ab
这个提交包含在:
Unknown User 2009-09-08 20:21:30 +00:00
父节点 4e4b381d19
当前提交 3acc0fdc84
共有 1 个文件被更改,包括 1 次插入1 次删除

查看文件

@ -81,7 +81,7 @@
<p>That order MUST be followed if no other stream features are negotiated.</p>
</section2>
<section2 topic='Stream Compression' anchor='c2s-compress'>
<p>&xep0138; is negotiated when it is not possible to set up TLS compression for whatever reason. It seems safest to negotiate stream compression after negotiation of both TLS (to safely complete the negotiation) and SASL (to prevent certain denial-of-service attacks). Therefore the following order is RECOMMENDED:</p>
<p>&xep0138; is negotiated when it is not possible to set up TLS compression for whatever reason. It seems safest to negotiate stream compression after negotiation of both TLS (to safely complete the negotiation) and SASL (to prevent certain denial-of-service attacks caused by consumption of server resources for compression before the connecting entity is authenticated). Therefore the following order is RECOMMENDED:</p>
<ol>
<li>TLS</li>
<li>SASL</li>