Mercurial > prosody-modules
comparison mod_storage_muc_log/README.markdown @ 2822:37a6121b7373
mod_storage_muc_log: Tweak README
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 15 Nov 2017 16:26:56 +0100 |
parents | 79b9bd84b91c |
children | 058844edcaaf |
comparison
equal
deleted
inserted
replaced
2821:e8f0acfdccca | 2822:37a6121b7373 |
---|---|
1 --- | 1 --- |
2 labels: | 2 labels: |
3 - 'Stage-Alpha' | 3 - 'Stage-Alpha' |
4 - ArchiveStorage | 4 - ArchiveStorage |
5 summary: 'Storage module using mod\_muc\_log data with new stanza archive API' | 5 summary: 'Storage module using mod\_muc\_log data with new stanza archive API' |
6 ... | 6 --- |
7 | 7 |
8 Introduction | 8 Introduction |
9 ============ | 9 ============ |
10 | 10 |
11 [mod\_muc\_log](mod_muc_log.html) provided logging of chatrooms running on | 11 [mod\_muc\_log] provided logging of chatrooms running on the server to |
12 the server to Prosody's data store. This module gives access to this | 12 Prosody's data store. This module gives access to this data using the |
13 data using the 0.10+ stanza archive API, allowing legacy log data to be | 13 0.10+ stanza archive API, allowing legacy log data to be used with |
14 used with [mod\_mam\_muc](mod_mam_muc.html) and | 14 [mod\_mam\_muc] and [mod\_http\_muc\_log]. |
15 [mod\_http\_muc\_log](mod_http_muc_log.html). | |
16 | 15 |
17 Details | 16 Details |
18 ======= | 17 ======= |
19 | 18 |
20 Replace mod\_muc\_log (and mod\_muc\_log\_http) in your config with | 19 Replace [mod\_muc\_log] and [mod\_muc\_log\_http] in your config |
20 with | |
21 | 21 |
22 ``` {.lua} | 22 ``` {.lua} |
23 Component "conference.example.org" "muc" | 23 Component "conference.example.org" "muc" |
24 modules_enabled = { | 24 modules_enabled = { |
25 -- "muc_log"; -- functionality replaced by mod_mam_muc + mod_storage_muc_log | 25 -- "muc_log"; -- functionality replaced by mod_mam_muc + mod_storage_muc_log |