comparison mod_mam_muc/README.markdown @ 2328:fbb16ada4580

mod_mam_muc/README: Defer to main documentation site for storage docs
author Kim Alvefur <zash@zash.se>
date Wed, 12 Oct 2016 14:07:37 +0200
parents a348c105e05d
children b3fbf9050526
comparison
equal deleted inserted replaced
2327:a348c105e05d 2328:fbb16ada4580
24 modules_enabled = { 24 modules_enabled = {
25 "mam_muc", 25 "mam_muc",
26 } 26 }
27 ``` 27 ```
28 28
29 And configure it to use an archive-capable storage module. 29 mod\_mam\_muc needs an archive-capable storage module, see
30 30 [Prosodys storage documentation][doc:storage] for how to select one.
31 Here's an example that makes *only* mod\_mam\_muc use SQL storage:
32
33 ``` {.lua}
34 storage = {
35 muc_log = "sql"; -- Requires 0.10 or later
36 }
37 ```
38
39 For more details see [Prosodys data storage documentation][doc:storage].
40 31
41 Configuration 32 Configuration
42 ============= 33 =============
43 34
44 Logging needs to be enabled for each room in the room configuration 35 Logging needs to be enabled for each room in the room configuration