From 66ea92be0666dfa8cba267147b6100e6feb7ab9e Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Wed, 3 Feb 2021 23:59:25 +0100 Subject: [PATCH] XEP-0402: Add anchors to all relevant sections --- xep-0402.xml | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/xep-0402.xml b/xep-0402.xml index 9ee425df..b2a5f713 100644 --- a/xep-0402.xml +++ b/xep-0402.xml @@ -27,6 +27,12 @@ standards &dcridland; &jcbrand; + + 1.1.2 + 2021-02-03 + egp +

Add fixed anchors to all sections

+
1.1.1 2020-06-02 @@ -115,7 +121,7 @@ of humour has been removed with the change in title.

- +

Clients store each bookmarked chatroom as a Pubsub item within the '&namespace;' node. Each item SHALL have, as item id, the Room JID of the chatroom (eg, coven@chat.shakespeare.lit). While a client can typically assume a chatroom based on &xep0045;, clients are free to store chatrooms based on any particular groupchat @@ -375,8 +381,8 @@ ]]> - - + +

  • The conference element does not contain the jid - this is present only in the item id.
  • Each conference element is contained within an item.
  • @@ -386,15 +392,15 @@

    &xep0060; is used for data storage, specifically through the use of private, personal pubsub nodes (described in &xep0223;) hosted at the user's virtual pubsub service (see &xep0163;).

    - +

    A server MAY choose to unify the bookmarks from both &xep0049; based and the current &xep0048;.

    It is encouraged to at least support unification between Private XML Storage because as of 2019 this is still the storage backend that is implemented in the majority of clients.

    A server that supports unifying bookmarks from &xep0049; and &xep0402; SHOULD announce the "&namespace;#compat" feature on the account. Clients may use that feature as an indication that it is safe to store bookmarks using only &xep0402; without losing backward compatibility to clients that are only using &xep0049;.

    A server that supports unifying bookmarks between &xep0223; and &xep0402; SHOULD announce the "&namespace;#compat-pep" feature on the account.

    - +

    When a client publishes a new item, the server MAY collate all items, casting them into the 'storage:bookmarks' namespace and setting the jid attribute to the item id in each case. When contained within a storage element qualified by the 'storage:bookmarks' namespace, this will be the correct format for both current and previous variants of &xep0048;

    - +

    If a client publishes a replacement list of bookmarks via the older specifications, a server MAY examine the list and update the individual items as required, sending updates or retraction notifications as needed. Servers electing to perform this OPTIONAL behaviour SHOULD NOT send notifications for unchanged items.

    @@ -406,7 +412,7 @@

    Server side unification between the current use of XEP-0048 bookmarks (PEP) is annouced with the feature "&namespace;#compat-pep" on the account.

    - +

    The authors would like to note that much of the syntax description was copied exactly from &xep0048; by Rachel Blackman, Peter Millard, and Peter Saint-Andre. Much of the remainder of this specification is based closely on their work.