peertube-plugin-livechat/prosody-modules/mod_muc_moderation
John Livingston e8382f163b
SPDX headers.
2024-05-23 12:18:17 +02:00
..
README.markdown
mod_muc_moderation.lua

README.markdown

Introduction

This module implements [XEP-0425: Message Moderation].

Usage

Moderation is done via a supporting client and requires a moderator role in the channel / group chat.

Configuration

Example [MUC component][doc:chatrooms] configuration:

VirtualHost "channels.example.com" "muc"
modules_enabled = {
    "muc_mam",
    "muc_moderation",
}

Compatibility

  • Should work with Prosody 0.11.x and later.
  • Tested with trunk rev 52c6dfa04dba.
  • Message tombstones requires a compatible storage module implementing a new message replacement API.

Clients

Feature requests