comparison mod_bookmarks2/README.markdown @ 3677:90f88a643973

mod_bookmarks2: Add new module. This is the result of hacking during the Stockholm XMPP Sprint, for compatibility with older clients only doing Private XML XEP-0048. This module shouldn’t be loaded at the same time as mod_bookmarks, as both implement Private XML to achieve their conversion.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sat, 28 Sep 2019 14:27:13 +0200
parents
children 4ac5d3a5f580
comparison
equal deleted inserted replaced
3676:957e87067231 3677:90f88a643973
1 ---
2 labels:
3 - 'Stage-Alpha'
4 summary: Synchronise bookmarks between Private XML and PEP
5 ...
6
7 Introduction
8 ------------
9
10 This module fetches users’ bookmarks from Private XML and pushes them
11 to PEP on login, and then redirects any Private XML query to PEP. This
12 allows interop between older clients that use [XEP-0048: Bookmarks
13 version 1.0](https://xmpp.org/extensions/attic/xep-0048-1.0.html) and
14 recent clients which use
15 [XEP-0402](https://xmpp.org/extensions/xep-0402.html).
16
17 Configuration
18 -------------
19
20 Simply [enable it like most other
21 modules](https://prosody.im/doc/installing_modules#prosody-modules), no
22 further configuration is needed.
23
24 Compatibility
25 -------------
26
27 ------- ---------------
28 trunk Works
29 0.11 Works
30 0.10 Does not work
31 0.9 Does not work
32 ------- ---------------