comparison mod_muc_moderation/README.markdown @ 5647:d4b97eaeb235

mod_muc_moderation: Mention that it works with mod_storage_xmlarchive (thanks Menel)
author Kim Alvefur <zash@zash.se>
date Mon, 11 Sep 2023 18:03:18 +0200
parents bb083e9f78dd
children
comparison
equal deleted inserted replaced
5646:d67980d9e12d 5647:d4b97eaeb235
26 # Compatibility 26 # Compatibility
27 27
28 - Basic functionality with Prosody 0.11.x and later 28 - Basic functionality with Prosody 0.11.x and later
29 - Full functionality with Prosody 0.12.x and `internal` or `sql` 29 - Full functionality with Prosody 0.12.x and `internal` or `sql`
30 storage^[Replacing moderated messages with tombstones requires new storage API methods.] 30 storage^[Replacing moderated messages with tombstones requires new storage API methods.]
31 - Works with [mod_storage_xmlarchive]
31 32
32 ## Clients 33 ## Clients
33 34
34 - [Converse.js](https://conversejs.org/) 35 - [Converse.js](https://conversejs.org/)
35 - [Gajim](https://dev.gajim.org/gajim/gajim/-/issues/10107) 36 - [Gajim](https://dev.gajim.org/gajim/gajim/-/issues/10107)