Software /
code /
prosody-modules
Changeset
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 | 2327:a348c105e05d |
children | 2329:b3fbf9050526 |
files | mod_mam_muc/README.markdown |
diffstat | 1 files changed, 2 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_mam_muc/README.markdown Wed Oct 12 13:55:19 2016 +0200 +++ b/mod_mam_muc/README.markdown Wed Oct 12 14:07:37 2016 +0200 @@ -26,17 +26,8 @@ } ``` -And configure it to use an archive-capable storage module. - -Here's an example that makes *only* mod\_mam\_muc use SQL storage: - -``` {.lua} -storage = { - muc_log = "sql"; -- Requires 0.10 or later -} -``` - -For more details see [Prosodys data storage documentation][doc:storage]. +mod\_mam\_muc needs an archive-capable storage module, see +[Prosodys storage documentation][doc:storage] for how to select one. Configuration =============