From 21128e508c76bfe5e0f50b490d9f4849472a2955 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Thu, 31 Oct 2019 00:20:13 +0100 Subject: [PATCH 1/2] XEP-0292: Recommend using contact bare JIDs as item IDs Similar to XEP-0402. Allows easy association between items and roster entries. Relevant Standards threads: https://mail.jabber.org/pipermail/standards/2011-October/025307.html https://mail.jabber.org/pipermail/standards/2019-January/035710.html --- xep-0292.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xep-0292.xml b/xep-0292.xml index ec2123ae..c0c931eb 100644 --- a/xep-0292.xml +++ b/xep-0292.xml @@ -356,12 +356,12 @@ -

Because contact vCards are private information, they are best stored using &xep0223;. The canonical location is a well-known pubsub node "urn:xmpp:contacts". In accordance with XEP-0223, this node MUST have an access type of "whitelist" by default. When a client stores items at this node, it SHOULD NOT include an ItemID, so that the pubsub service can assign those identifiers.

+

Because contact vCards are private information, they are best stored using &xep0223;. The canonical location is a well-known pubsub node "urn:xmpp:contacts". In accordance with XEP-0223, this node MUST have an access type of "whitelist" by default. When a client stores items at this node, it MUST include an ItemID set to the bare JID of the contact.

- + Samantha Mizzi @@ -412,7 +412,7 @@ id='ka92g1b5'> - + Samantha Mizzi @@ -448,7 +448,7 @@ id='pty14x69'> - + Samantha Mizzi From e085c876a17e132233c134acae6ab0fb6a65f279 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sch=C3=A4fer?= Date: Tue, 8 Jun 2021 20:52:57 +0200 Subject: [PATCH 2/2] XEP-0292: add revision block --- xep-0292.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/xep-0292.xml b/xep-0292.xml index c0c931eb..d33ea961 100644 --- a/xep-0292.xml +++ b/xep-0292.xml @@ -32,6 +32,12 @@ samizzi@cisco.com samizzi@cisco.com + + 0.11 + 2020-06-08 + ka +

Recommend use of contact bare JIDs for item IDs

+
0.10 2013-09-12