From ea5b2d85ef8bb1f006338be84d18f27d68d7b4a0 Mon Sep 17 00:00:00 2001 From: "Matthew A. Miller" Date: Wed, 28 May 2014 09:22:41 -0600 Subject: [PATCH] xep-0220 v1.1rc1: Added resource-constraint dialback error condition. --- xep-0220.xml | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/xep-0220.xml b/xep-0220.xml index f941303b..37af07cf 100644 --- a/xep-0220.xml +++ b/xep-0220.xml @@ -11,6 +11,7 @@ &LEGALNOTICE; 0220 Draft + Standards Track Standards Council @@ -26,6 +27,12 @@ &jer; &stpeter; &fippo; + + 1.1rc1 + 2014-05-28 + ph +

Added resource-constraint dialback error condition.

+
1.0 2013-09-27 @@ -652,6 +659,11 @@ send: The Receiving Server was unable to establish the asserted identity of the Initiating Server. Step 4 + + &constraint; + 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 RFC 6120 and give up when receiving the same error on the new connection. + Step 4 + @@ -810,13 +822,32 @@ home.montague.example. 86400 IN A 10.44.0. + + ]]> + + + + + + + + + The protocol documented by this schema is defined in + XEP-0220: http://www.xmpp.org/extensions/xep-0220.html + + ]]> -

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.

+

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.