diff --git a/xep-0411.xml b/xep-0411.xml new file mode 100644 index 00000000..ef303f52 --- /dev/null +++ b/xep-0411.xml @@ -0,0 +1,93 @@ + + +%ents; +]> + + +
+ Bookmarks Conversion + This specification describes a method to migrate to PEP based bookmarks without loosing compatibility with client that still use Private XML. + &LEGALNOTICE; + 0411 + Experimental + Standards Track + Standards + Council + + XMPP Core + XEP-0084 + XEP-0153 + + + + bookmarks-conversion + + Daniel + Gultsch + daniel@gultsch.de + daniel@gultsch.de + + + 0.2.0 + 2018-11-08 + XEP Editor (jsc) + Accepted by vote of Council on 2018-10-03. + + + 0.1.0 + 2018-09-18 + dg +

First draft.

+
+
+ +

&xep0048; has a long time ago moved from &xep0049; as a storage backend to using &xep0163; instead. However lots of implementations are still using Private XML which creates a bit of a chicken and egg problem since clients who want to use the more efficient PEP method would either have to support both and synchronize them properly or render themselves incompatible with other clients. An easy way out of that conundrum is to have the server do the conversion for us.

+

This XEP defines a method to convert between the different storage backends of XEP-0048 and is not influenced by the existence of &xep0402;. Bookmarks 2 defines its own conversion mechanism but the adoption of Bookmarks 2 - at the time of writing this XEP - is questionable.

+
+ +

The conversion is transparent to the publishing entity. However an entity might want to discover if a service will be performing the conversion and soley rely on PEP to access bookmarks without segregating clients that only support Private XML.

+

The service MUST include a &xep0030; feature of "urn:xmpp:bookmarks-conversion:0" on the account.

+ + +]]> + + + + +]]> +
+ +

Modern clients are expected to use PEP (XEP-0084) as interface to upload and retrieve their bookmarks and not explicitly request bookmarks from private XML anymore. Thus a service MUST support conversion from PEP to Private XML and vice versa. Whether PEP and Private XML are fed from the same data source or if they get copied over when ever one of them gets written is out of scope of this document.

+

When a legacy client modifies bookmarks over Private XML the service MUST send out notification messages to all subscribers of the 'storage:bookmarks' node.

+
+ +

For server implementations where the data is just copied over the server should make sure that the data gets copied from Private XML to PEP before the user logs in for the first time. Otherwise it won’t generate a PEP notification and clients that only rely on PEP will not be aware of any preexisting bookmarks.

+
+ +

PEP nodes can have an access model other than 'whitelist'. When copying data over from Private XML Storage to PEP the service MUST make that the user is the only one who has access to that node. This can happen by either changing the access model accordingly or not doing the conversion.

+
+ +

This document requires no interaction with the Internet Assigned Numbers Authority (IANA).

+
+ +

This specification defines the following XML namespace:

+ +
+ +

tbd

+
+ +

Special thanks to Emmanuel Gil Peyrot who created a proof of concept module for Prosody.

+
+