mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-24 02:02:16 -05:00
XEP-0280: remove invalid assumption from Error Handling
This commit is contained in:
parent
45f822146f
commit
6a232dc73b
@ -419,7 +419,7 @@
|
|||||||
<p>The following rules prevent some of the half-failure modes that have been an issue in other protocols:</p>
|
<p>The following rules prevent some of the half-failure modes that have been an issue in other protocols:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>When a server attempts to deliver a (locally generated) carbon copy, and that carbon copy bounces with an error for any reason, the server MUST NOT forward that error back to the original sender.</li>
|
<li>When a server attempts to deliver a (locally generated) carbon copy, and that carbon copy bounces with an error for any reason, the server MUST NOT forward that error back to the original sender.</li>
|
||||||
<li>The server can use the <sent/> or <received/> element in the bounce to determine that an error is from a carbon-copied message.</li>
|
<li>The server MUST NOT rely on the <sent/> or <received/> elements in the bounce to determine that an error is from a carbon-copied message, because entities are not required to include the original XML in their error replies as per <cite>RFC 6120</cite>, §8.3.1.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</section2>
|
</section2>
|
||||||
<section2 topic='Auto-responses' anchor='bizrules-autoresponses'>
|
<section2 topic='Auto-responses' anchor='bizrules-autoresponses'>
|
||||||
|
Loading…
Reference in New Issue
Block a user