This module implements XEP-0425: Message Moderation.
Moderation is done via a supporting client and requires a
moderator
role in the channel / group chat.
Example MUC component configuration:
"channels.example.com" "muc"
VirtualHost = {
modules_enabled "muc_mam",
"muc_moderation",
}
internal
or
sql
storage1Replacing moderated messages with tombstones requires new storage API methods.↩︎
With the plugin installer in Prosody 0.12 you can use:
sudo prosodyctl install --server=https://modules.prosody.im/rocks/ mod_muc_moderation
For earlier versions see the documentation for installing 3rd party modules