Software /
code /
prosody-modules
Comparison
mod_bookmarks/README.markdown @ 4847:a280878c4ef2
mod_bookmarks: So long, and thanks for all the fish!
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Tue, 04 Jan 2022 23:22:31 +0100 |
parent | 4638:3c4cef6be45b |
child | 4884:960afcbc1ead |
comparison
equal
deleted
inserted
replaced
4846:ad7767a9f3ea | 4847:a280878c4ef2 |
---|---|
1 --- | 1 --- |
2 labels: | 2 labels: |
3 - 'Stage-Alpha' | 3 - 'Stage-Obsolete' |
4 summary: Synchronise bookmarks between Private XML and PEP | 4 summary: Synchronise bookmarks between Private XML and PEP |
5 ... | 5 ... |
6 | 6 |
7 ::: {.alert .alert-warning} | 7 ::: {.alert .alert-warning} |
8 **WARNING:** This module is deprecated, instead please use | 8 **WARNING:** This module is deprecated, please use |
9 [mod\_bookmarks2](mod_bookmarks2.html) going forward. | 9 [mod\_bookmarks2](mod_bookmarks2.html) going forward. |
10 ::: | 10 ::: |
11 | |
12 Introduction | |
13 ------------ | |
14 | |
15 This module fetches users’ bookmarks from Private XML and pushes them | |
16 to PEP on login, and then redirects any Private XML query to PEP. This | |
17 allows interop between older clients that use [XEP-0048: | |
18 Bookmarks](https://xmpp.org/extensions/xep-0048.html) in its [1.0 | |
19 version](https://xmpp.org/extensions/attic/xep-0048-1.0.html) and | |
20 recent clients which use it in | |
21 [PEP](https://xmpp.org/extensions/xep-0163.html). | |
22 | |
23 This behavior is described in [XEP-0411: Bookmarks Conversion]. | |
24 | |
25 Configuration | |
26 ------------- | |
27 | |
28 Simply [enable it like most other | |
29 modules](https://prosody.im/doc/installing_modules#prosody-modules), no | |
30 further configuration is needed. | |
31 | |
32 Compatibility | |
33 ------------- | |
34 | |
35 ------- --------------- | |
36 trunk Works | |
37 0.11 Works | |
38 0.10 Does not work | |
39 0.9 Does not work | |
40 ------- --------------- |