XEP-0402: Add anchors to all relevant sections

This commit is contained in:
Emmanuel Gil Peyrot 2021-02-03 23:59:25 +01:00
parent 56aed03385
commit 66ea92be06
1 changed files with 13 additions and 7 deletions

View File

@ -27,6 +27,12 @@
<discuss>standards</discuss> <discuss>standards</discuss>
&dcridland; &dcridland;
&jcbrand; &jcbrand;
<revision>
<version>1.1.2</version>
<date>2021-02-03</date>
<initials>egp</initials>
<remark><p>Add fixed anchors to all sections</p></remark>
</revision>
<revision> <revision>
<version>1.1.1</version> <version>1.1.1</version>
<date>2020-06-02</date> <date>2020-06-02</date>
@ -115,7 +121,7 @@
of humour has been removed with the change in title.</p> of humour has been removed with the change in title.</p>
</section1> </section1>
<section1 topic="Outline of use"> <section1 topic="Outline of use" anchor='usage'>
<p>Clients store each bookmarked chatroom as a Pubsub item within the '&namespace;' node. Each <p>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 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 typically assume a chatroom based on &xep0045;, clients are free to store chatrooms based on any particular groupchat
@ -375,8 +381,8 @@
]]></example> ]]></example>
</section1> </section1>
<section1 topic="Implementation Notes"> <section1 topic="Implementation Notes" anchor='impl'>
<section2 topic="Differences to XEP-0048"> <section2 topic="Differences to XEP-0048" anchor='diff-0048'>
<ul> <ul>
<li>The conference element does not contain the jid - this is present only in the item id.</li> <li>The conference element does not contain the jid - this is present only in the item id.</li>
<li>Each conference element is contained within an item.</li> <li>Each conference element is contained within an item.</li>
@ -386,15 +392,15 @@
<section2 topic='Storage' anchor='storage'> <section2 topic='Storage' anchor='storage'>
<p>&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;).</p> <p>&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;).</p>
</section2> </section2>
<section2 topic="Compatibility"> <section2 topic="Compatibility" anchor='compatibility'>
<p>A server MAY choose to unify the bookmarks from both &xep0049; based and the current &xep0048;.</p> <p>A server MAY choose to unify the bookmarks from both &xep0049; based and the current &xep0048;.</p>
<p>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.</p> <p>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.</p>
<p>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;.</p> <p>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;.</p>
<p>A server that supports unifying bookmarks between &xep0223; and &xep0402; SHOULD announce the "&namespace;#compat-pep" feature on the account.</p> <p>A server that supports unifying bookmarks between &xep0223; and &xep0402; SHOULD announce the "&namespace;#compat-pep" feature on the account.</p>
<section3 topic="Publishing via this specification"> <section3 topic="Publishing via this specification" anchor='publishing'>
<p>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;</p> <p>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;</p>
</section3> </section3>
<section3 topic="Publishing via the old specification"> <section3 topic="Publishing via the old specification" anchor='publishing-legacy'>
<p>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.</p> <p>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.</p>
</section3> </section3>
</section2> </section2>
@ -406,7 +412,7 @@
<p>Server side unification between the current use of XEP-0048 bookmarks (PEP) is annouced with the feature "&namespace;#compat-pep" on the account.</p> <p>Server side unification between the current use of XEP-0048 bookmarks (PEP) is annouced with the feature "&namespace;#compat-pep" on the account.</p>
</section1> </section1>
<section1 topic="Acknowledgements"> <section1 topic="Acknowledgements" anchor='ack'>
<p>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.</p> <p>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.</p>
</section1> </section1>