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).