mod_muc_moderation/README: Simplify Compatibility section
authorKim Alvefur <zash@zash.se>
Tue, 03 Jan 2023 16:10:16 +0100
changeset 5131 be859bfdd44e
parent 5130 5784ff4f3b76
child 5132 7cc0f68b8715
mod_muc_moderation/README: Simplify Compatibility section Features that vary depending on the configured storage is a bit tricky to express.
mod_muc_moderation/README.markdown
--- a/mod_muc_moderation/README.markdown	Sat Dec 31 17:09:18 2022 +0100
+++ b/mod_muc_moderation/README.markdown	Tue Jan 03 16:10:16 2023 +0100
@@ -21,10 +21,9 @@
 
 # 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.
+-   Basic functionality with Prosody 0.11.x and later
+-   Full functionality with Prosody 0.12.x and `internal` or `sql`
+    storage^[Replacing moderated messages with tombstones requires new storage API methods.]
 
 ## Clients