Comparison

mod_http_muc_log/README.markdown @ 5929:02657e8693bc

mod_http_muc_log: replace "mam_muc" with "muc_mam" in README.markdown
author Luca Matei Pintilie <luca@lucamatei.com>
date Sun, 12 May 2024 17:01:20 +0200
parent 5105:2402ddabe7f7
comparison
equal deleted inserted replaced
5928:d3a72777f149 5929:02657e8693bc
11 11
12 Introduction 12 Introduction
13 ============ 13 ============
14 14
15 This module provides a built-in web interface to view chatroom logs 15 This module provides a built-in web interface to view chatroom logs
16 stored by [mod\_mam\_muc]. 16 stored by [mod\_muc\_mam].
17 17
18 Installation 18 Installation
19 ============ 19 ============
20 20
21 Same as any other module, be sure to include the HTML template 21 Same as any other module, be sure to include the HTML template
27 For example: 27 For example:
28 28
29 ``` lua 29 ``` lua
30 Component "conference.example.com" "muc" 30 Component "conference.example.com" "muc"
31 modules_enabled = { 31 modules_enabled = {
32 "mam_muc"; 32 "muc_mam";
33 "http_muc_log"; 33 "http_muc_log";
34 } 34 }
35 storage = { 35 storage = {
36 muc_log = "sql"; -- for example 36 muc_log = "sql"; -- for example
37 } 37 }