From 24827c9e483da39120b9eb5256c785ea351d76fd Mon Sep 17 00:00:00 2001 From: Peter Saint-Andre Date: Thu, 7 Jun 2007 22:50:23 +0000 Subject: [PATCH] 1.1pre2 git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@923 4b5297f7-1745-476d-ba37-a9c6900126ab --- xep-0106.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/xep-0106.xml b/xep-0106.xml index 2efb0fce..ebe9c6a1 100644 --- a/xep-0106.xml +++ b/xep-0106.xml @@ -23,10 +23,10 @@ &hildjj; &stpeter; - 1.1pre1 - in progress, last updated 2007-06-01 + 1.1pre2 + in progress, last updated 2007-06-07 psa -

Specified that \20 must not be included at the beginning of a JID; added note about native JIDs with escaped characters; added mapping for IRC addresses; modified terminology to consistely use escaping and unescaping rather than encoding and decoding.

+

Specified that \20 must not be included at the beginning or end of a node identifier; added note about native JIDs with escaped characters; added mapping for IRC addresses; modified terminology to consistently use escaping and unescaping rather than encoding and decoding.

1.0 @@ -151,7 +151,7 @@ @\40 \\5c -

* Note: The string \20 MUST NOT be the first character of an escaped JID.

+

* Note: The string \20 MUST NOT be the first or last character of an escaped node identifier. For a similar restriction, see Section 2.4 of RFC 2253.

The unescaping transformation MUST be NFKC-safe -- i.e., it MUST conform to Unicode normalization form KC (see Appendix B.3 of RFC 3454).
  • An entity MUST NOT include the unescaped version of a disallowed character over the wire in any XML stanzas sent to another entity.
  • An entity MUST NOT use the unescaped version of a disallowed character when comparing two JIDs.
  • -
  • The string \20 MUST NOT be the first character of an escaped JID.
  • +
  • The string \20 MUST NOT be the first or last character of an escaped node identifier.
  • If the string \5c is included in the source address, it too MUST be escaped (to \5c5c).