mirror of
https://github.com/moparisthebest/xeps
synced 2024-12-21 23:28:51 -05:00
xep-0220 v1.1rc1: Added resource-constraint dialback error condition.
This commit is contained in:
parent
a8357700d6
commit
ea5b2d85ef
33
xep-0220.xml
33
xep-0220.xml
@ -11,6 +11,7 @@
|
|||||||
&LEGALNOTICE;
|
&LEGALNOTICE;
|
||||||
<number>0220</number>
|
<number>0220</number>
|
||||||
<status>Draft</status>
|
<status>Draft</status>
|
||||||
|
<interim/>
|
||||||
<type>Standards Track</type>
|
<type>Standards Track</type>
|
||||||
<sig>Standards</sig>
|
<sig>Standards</sig>
|
||||||
<approver>Council</approver>
|
<approver>Council</approver>
|
||||||
@ -26,6 +27,12 @@
|
|||||||
&jer;
|
&jer;
|
||||||
&stpeter;
|
&stpeter;
|
||||||
&fippo;
|
&fippo;
|
||||||
|
<revision>
|
||||||
|
<version>1.1rc1</version>
|
||||||
|
<date>2014-05-28</date>
|
||||||
|
<initials>ph</initials>
|
||||||
|
<remark><p>Added resource-constraint dialback error condition.</p></remark>
|
||||||
|
</revision>
|
||||||
<revision>
|
<revision>
|
||||||
<version>1.0</version>
|
<version>1.0</version>
|
||||||
<date>2013-09-27</date>
|
<date>2013-09-27</date>
|
||||||
@ -652,6 +659,11 @@ send: <db:verify
|
|||||||
<td>The Receiving Server was unable to establish the asserted identity of the Initiating Server.</td>
|
<td>The Receiving Server was unable to establish the asserted identity of the Initiating Server.</td>
|
||||||
<td>Step 4</td>
|
<td>Step 4</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>&constraint;</td>
|
||||||
|
<td>The Receiving Server lacks the resources to add the requested domain pair to the list of connections authorized for this connection. The initiating server should attempt to establish a new TCP connection to the target domain using the process described in <cite>RFC 6120</cite> and give up when receiving the same error on the new connection.</td>
|
||||||
|
<td>Step 4</td>
|
||||||
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</section2>
|
</section2>
|
||||||
|
|
||||||
@ -810,13 +822,32 @@ home.montague.example. 86400 IN A 10.44.0.
|
|||||||
</xs:restriction>
|
</xs:restriction>
|
||||||
</xs:simpleType>
|
</xs:simpleType>
|
||||||
|
|
||||||
|
</xs:schema>
|
||||||
|
]]></code>
|
||||||
|
</section2>
|
||||||
|
<section2 topic="Application Specific Errors" anchor="schema-errors">
|
||||||
|
<code><![CDATA[
|
||||||
|
<?xml version='1.0' encoding='UTF-8'?>
|
||||||
|
|
||||||
|
<xs:schema
|
||||||
|
xmlns:xs='http://www.w3.org/2001/XMLSchema'
|
||||||
|
targetNamespace='urn:xmpp:dialback:errors'
|
||||||
|
xmlns='urn:xmpp:dialback:errors'
|
||||||
|
elementFormDefault='qualified'>
|
||||||
|
|
||||||
|
<xs:annotation>
|
||||||
|
<xs:documentation>
|
||||||
|
The protocol documented by this schema is defined in
|
||||||
|
XEP-0220: http://www.xmpp.org/extensions/xep-0220.html
|
||||||
|
</xs:documentation>
|
||||||
|
</xs:annotation>
|
||||||
</xs:schema>
|
</xs:schema>
|
||||||
]]></code>
|
]]></code>
|
||||||
</section2>
|
</section2>
|
||||||
</section1>
|
</section1>
|
||||||
|
|
||||||
<section1 topic='Acknowledgments' anchor='ack'>
|
<section1 topic='Acknowledgments' anchor='ack'>
|
||||||
<p>Thanks to Richard Barnes, Dave Cridland, Jack Erwin, Joe Hildebrand, Justin Karneges, Nina Kirchner, Carlo von Loesch, Ralph Meijer, Chris Newton, Rob Norris, Tory Patnoe, Dave Richards, Matthew Wild, and Matthias Wimmer for their comments.</p>
|
<p>Thanks to Richard Barnes, Dave Cridland, Jack Erwin, Joe Hildebrand, Justin Karneges, Nina Kirchner, Carlo von Loesch, Ralph Meijer, Matthew Miller, Chris Newton, Rob Norris, Tory Patnoe, Dave Richards, Matthew Wild, and Matthias Wimmer for their comments.</p>
|
||||||
</section1>
|
</section1>
|
||||||
|
|
||||||
</xep>
|
</xep>
|
||||||
|
Loading…
Reference in New Issue
Block a user