mod_bob

Description

This module extracts cid: URIs (as defined in XEP-0231) from messages, and replies with their content whenever another client asks for the actual data.

Usage

Component "rooms.example.org" "muc"
    modules_enabled = {
        "bob";
        ...
    }

Installation

With the plugin installer in Prosody 0.12 you can use:

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

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