Mercurial > prosody-modules
comparison mod_bookmarks2/README.markdown @ 4278:4ac5d3a5f580
mod_bookmarks2: Add a warning about client compatibility
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Thu, 03 Dec 2020 19:25:33 +0100 |
parents | 90f88a643973 |
children | 7ed2467c9bb5 |
comparison
equal
deleted
inserted
replaced
4277:10dc4527574f | 4278:4ac5d3a5f580 |
---|---|
1 --- | 1 --- |
2 labels: | 2 labels: |
3 - 'Stage-Alpha' | 3 - 'Stage-Alpha' |
4 summary: Synchronise bookmarks between Private XML and PEP | 4 summary: Synchronise bookmarks between Private XML and PEP |
5 ... | 5 ... |
6 | |
7 ::: {.alert .alert-warning} | |
8 **WARNING:** This module is incompatible with clients which only use | |
9 [deprecated PEP bookmarks | |
10 (XEP-0048)](https://xmpp.org/extensions/xep-0048.html), such as | |
11 [Converse.js](https://conversejs.org). | |
12 | |
13 If you need to be compatible with these clients, use | |
14 [mod\_bookmarks](mod_bookmarks.html) instead. | |
15 ::: | |
16 | |
6 | 17 |
7 Introduction | 18 Introduction |
8 ------------ | 19 ------------ |
9 | 20 |
10 This module fetches users’ bookmarks from Private XML and pushes them | 21 This module fetches users’ bookmarks from Private XML and pushes them |