diff --git a/xep-0029.xml b/xep-0029.xml index 22a193bc..76893fa3 100644 --- a/xep-0029.xml +++ b/xep-0029.xml @@ -7,7 +7,7 @@
Definition of Jabber Identifiers (JIDs) - This document defines the exact nature of a Jabber Identifier (JID). Note well: this document is superseded by the XMPP Core memo defined by the IETF's XMPP Working Group. + This document defines the exact nature of a Jabber Identifier (JID). Note well: this document was superseded by RFC 3920, which in turn has been superseded by RFC 6122. &LEGALNOTICE; 0029 Retracted @@ -51,6 +51,7 @@
+

Note: This document was superseded by &rfc3920;, which in turn has been superseded by &rfc6122;.

Jabber Identifiers (JIDs) uniquely identify individual entities in the Jabber network. To date, their syntax has been defined by convention, existing implementations, and available documentation. As it exists, certain characters that are allowed in JIDs cause ambiguity, and the lack of a size limit on resources defies database schemas and causes some trivial JID operations to require dynamic memory allocation. This document seeks to both define and improve the existing JID syntax. This document will not explain the general usage or nature of JIDs, instead focusing on syntax.