diff --git a/xep-0029.xml b/xep-0029.xml index 8c0a3dcd..d74a7070 100644 --- a/xep-0029.xml +++ b/xep-0029.xml @@ -7,7 +7,7 @@
Definition of Jabber Identifiers (JIDs) - Note well: this document was superseded by RFC 3920, which in turn has been superseded by RFC 6122. This document defines the exact nature of a Jabber Identifier (JID). + Note well: this document was superseded by RFC 3920 and RFC 6122, which in turn have been superseded by RFC 7622. This document defines the exact nature of a Jabber Identifier (JID). &LEGALNOTICE; 0029 Retracted @@ -15,7 +15,7 @@ Standards - RFC 6122 + RFC 7622 N/A Craig @@ -23,6 +23,12 @@ craigk@jabber.com craigk@jabber.com + + 1.1.1 + 2022-09-23 + gk + Add references to RFC 7622, which has superseded RFC 6122. + 1.1 2003-10-03 @@ -51,7 +57,7 @@
-

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

+

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

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.