mod_bookmarks2

Deprecatation notice: This module has been merged into Prosody as mod_bookmarks. Users of Prosody 0.12 and later should switch to that.

Introduction

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.

Configuration

Simply enable it like most other modules, no further configuration is needed.

Compatibility

0.12 Use the official mod_bookmarks module instead
0.11 Works
0.10 Does not work
0.9 Does not work

Installation

With the plugin installer in Prosody 0.12 you can use:

sudo prosodyctl install --server=https://modules.prosody.im/rocks/ mod_bookmarks2

For earlier versions see the documentation for installing 3rd party modules