Software /
code /
prosody-modules
Comparison
mod_mam_muc/README.markdown @ 1976:cd36e5bf00b3
Various READMEs: Update to reflect rename of mod_storage_sql2 → mod_storage_sql
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 17 Dec 2015 16:48:11 +0100 |
parent | 1974:5be671db83a3 |
child | 1979:3a66cff4354f |
comparison
equal
deleted
inserted
replaced
1975:bdd3e3bfc219 | 1976:cd36e5bf00b3 |
---|---|
23 Component "conference.example.org" "muc" | 23 Component "conference.example.org" "muc" |
24 modules_enabled = { | 24 modules_enabled = { |
25 "mam_muc", | 25 "mam_muc", |
26 } | 26 } |
27 storage = { | 27 storage = { |
28 -- This makes mod_mam_muc use the sql2 storage backend (others will use internal) | 28 muc_log = "sql"; -- Requires 0.10 or later |
29 -- which at the time of this writing is the only one supporting stanza archives | |
30 muc_log = "sql2"; | |
31 } | 29 } |
32 ``` | 30 ``` |
33 | 31 |
34 See [Prosodys data storage | 32 See [Prosodys data storage |
35 documentation](https://prosody.im/doc/storage) for more info on how to | 33 documentation](https://prosody.im/doc/storage) for more info on how to |