This module has been merged into Prosody as mod_bookmarks. Users of Prosody trunk should switch to that.
This module fetches users’ bookmarks from Private XML (or legacy PEP) and pushes them to PEP on login, and then redirects any Private XML query (or legacy PEP) to PEP. This allows interoperability between older clients that use XEP-0048 and recent clients which use XEP-0402.
Simply enable it like most other modules, no further configuration is needed.
trunk | Merged |
0.11 | Works |
0.10 | Does not work |
0.9 | Does not work |
With the plugin installer in Prosody 0.12 you can use:
sudo prosodyctl install https://modules.prosody.im/rocks/mod_bookmarks2-31-1.src.rock
For other see the documentation for installing 3rd party modules