Diff

mod_muc_log/README.md @ 6197:ba8f5cdc1676

mod_muc_log: Delete because obsolete
author Kim Alvefur <zash@zash.se>
date Sun, 09 Feb 2025 17:15:27 +0100
parent 6003:fe081789f7b5
line wrap: on
line diff
--- a/mod_muc_log/README.md	Sat Feb 08 14:39:17 2025 +0100
+++ b/mod_muc_log/README.md	Sun Feb 09 17:15:27 2025 +0100
@@ -1,9 +1,17 @@
 ---
 labels:
-- 'Stage-Beta'
+- 'Stage-Obsolete'
 summary: Log chatroom messages to disk
 ...
 
+::: {.alert .alert-danger}
+This module was an early and obsolete way to record group chat logs.
+
+For a modern approach, use [mod_muc_mam][doc:modules:mod_muc_mam].
+
+For converting legacy logs stored by this module, see [mod_storage_muc_log], it can be used with [mod_migrate] or [prosody-migrator][doc:migrator].
+:::
+
 Introduction
 ============
 
@@ -34,13 +42,4 @@
 Compatibility
 =============
 
-  ------ ---------------
-  0.6    Works
-  0.7    Works
-  0.8    Works
-  0.9    Works
-  0.10   Works
-  0.11   Does not work
-  ------ ---------------
-
-**Note** that per-room configuration only works in 0.9+.
+Does **not** work with currently supported versions of Prosody.