From 52725e993987f205dc253cc5a4e6937fe3955d81 Mon Sep 17 00:00:00 2001 From: Marc Schink Date: Sun, 11 Feb 2018 23:07:43 +0100 Subject: [PATCH] XEP-0401: Use Data Form for IBR and fix error stanzas MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Use Data Form for In-Band Registration as required by XEP-0077 * Fix error stanzas as required by RFC 6120 § 8.3.2 * Change error of "invalid-token" error to "modify" --- xep-0401.xml | 71 ++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 58 insertions(+), 13 deletions(-) diff --git a/xep-0401.xml b/xep-0401.xml index 2ae58636..54a23d54 100644 --- a/xep-0401.xml +++ b/xep-0401.xml @@ -30,6 +30,16 @@ Marc Schink + + 0.2.0 + 2018-02-11 + ms + +

Used Data Forms for extension of In-Band Registration as required by XEP-0077 § 4.

+

Added "defined condition" elements in error stanzas as required by RFC 6120 § 8.3.2.

+

Changed type of "invalid-token" error to "modify".

+
+
0.1.0 2018-01-25 @@ -325,35 +335,70 @@

If the server supports and is ready to perform Pre-Authenticated IBR, it MUST add a <token> element to the response (TODO: 'token' or 'preauth'?):

- - - - + + + urn:xmpp:invite:0 + + + + + + + + + + + ]]> - - juliet - m1cro$oft - BADTOKEN + + + urn:xmpp:invite:0 + + + juliet + + + m1cro$oft + + + BADTOKEN + + - + + ]]> - - juliet - m1cro$oft - OLDTOKEN + + + urn:xmpp:invite:0 + + + juliet + + + m1cro$oft + + + OLDTOKEN + + +