File

mod_muc_moderation/README.md @ 6184:56d1e059f68c

mod_unsubscriber: Add disabling mod_s2s to example Since the point is to prevent s2s, it serves no purpose and would invoke certificate lookup behaviors.
author Kim Alvefur <zash@zash.se>
date Mon, 03 Feb 2025 17:25:34 +0100
parent 6156:bcad6baa4fc3
line wrap: on
line source

---
labels:
- Stage-Beta
summary: Let moderators remove spam and abuse messages
---

# 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:

``` {.lua}
Component "channels.example.com" "muc"
modules_enabled = {
    "muc_mam",
    "muc_moderation",
}
```

# Compatibility

  ------- ---------------
  trunk   Works^[as of 2024-10-22]
  0.12    Works
  ------- ---------------

## XEP version

This module implements [XEP-0425] v0.2.1 (tombstones included) and v0.3.0
(except for tombstones).

## Clients

-   [Converse.js](https://conversejs.org/)
-   [Gajim](https://dev.gajim.org/gajim/gajim/-/issues/10107)
-   [clix](https://code.zash.se/clix/rev/6c1953fbe0fa)
-   [Cheogram](https://cheogram.com/)

### Feature requests

-   [Conversations](https://codeberg.org/iNPUTmice/Conversations/issues/20)
-   [Dino](https://github.com/dino/dino/issues/1133)
-   [Profanity](https://github.com/profanity-im/profanity/issues/1336)