Software / code / prosody-modules
Comparison
mod_muc_moderation/README.markdown @ 5127:be859bfdd44e
mod_muc_moderation/README: Simplify Compatibility section
Features that vary depending on the configured storage is a bit tricky
to express.
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Tue, 03 Jan 2023 16:10:16 +0100 |
| parent | 4900:cc5ac0f0f32d |
| child | 5484:bb083e9f78dd |
comparison
equal
deleted
inserted
replaced
| 5126:5784ff4f3b76 | 5127:be859bfdd44e |
|---|---|
| 19 } | 19 } |
| 20 ``` | 20 ``` |
| 21 | 21 |
| 22 # Compatibility | 22 # Compatibility |
| 23 | 23 |
| 24 - Should work with Prosody 0.11.x and later. | 24 - Basic functionality with Prosody 0.11.x and later |
| 25 - Tested with trunk rev `52c6dfa04dba`. | 25 - Full functionality with Prosody 0.12.x and `internal` or `sql` |
| 26 - Message tombstones requires a compatible storage module implementing | 26 storage^[Replacing moderated messages with tombstones requires new storage API methods.] |
| 27 a new message replacement API. | |
| 28 | 27 |
| 29 ## Clients | 28 ## Clients |
| 30 | 29 |
| 31 - [Converse.js](https://conversejs.org/) | 30 - [Converse.js](https://conversejs.org/) |
| 32 - [Gajim](https://dev.gajim.org/gajim/gajim/-/issues/10107) | 31 - [Gajim](https://dev.gajim.org/gajim/gajim/-/issues/10107) |