Mercurial > prosody-modules
comparison mod_muc_log/README.md @ 6169:ba8f5cdc1676
mod_muc_log: Delete because obsolete
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sun, 09 Feb 2025 17:15:27 +0100 |
| parents | fe081789f7b5 |
| children |
comparison
equal
deleted
inserted
replaced
| 6168:1447f076c970 | 6169:ba8f5cdc1676 |
|---|---|
| 1 --- | 1 --- |
| 2 labels: | 2 labels: |
| 3 - 'Stage-Beta' | 3 - 'Stage-Obsolete' |
| 4 summary: Log chatroom messages to disk | 4 summary: Log chatroom messages to disk |
| 5 ... | 5 ... |
| 6 | |
| 7 ::: {.alert .alert-danger} | |
| 8 This module was an early and obsolete way to record group chat logs. | |
| 9 | |
| 10 For a modern approach, use [mod_muc_mam][doc:modules:mod_muc_mam]. | |
| 11 | |
| 12 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]. | |
| 13 ::: | |
| 6 | 14 |
| 7 Introduction | 15 Introduction |
| 8 ============ | 16 ============ |
| 9 | 17 |
| 10 This module logs the conversation of chatrooms running on the server to | 18 This module logs the conversation of chatrooms running on the server to |
| 32 muc_log_by_default = true -- Log all rooms by default | 40 muc_log_by_default = true -- Log all rooms by default |
| 33 | 41 |
| 34 Compatibility | 42 Compatibility |
| 35 ============= | 43 ============= |
| 36 | 44 |
| 37 ------ --------------- | 45 Does **not** work with currently supported versions of Prosody. |
| 38 0.6 Works | |
| 39 0.7 Works | |
| 40 0.8 Works | |
| 41 0.9 Works | |
| 42 0.10 Works | |
| 43 0.11 Does not work | |
| 44 ------ --------------- | |
| 45 | |
| 46 **Note** that per-room configuration only works in 0.9+. |
