Software /
code /
prosody-modules
Changeset
2327:a348c105e05d
mod_mam_muc/README: Try to clarify storage example
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 12 Oct 2016 13:55:19 +0200 |
parents | 2326:8fad27d568aa |
children | 2328:fbb16ada4580 |
files | mod_mam_muc/README.markdown |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_mam_muc/README.markdown Sat Oct 08 14:44:56 2016 +0200 +++ b/mod_mam_muc/README.markdown Wed Oct 12 13:55:19 2016 +0200 @@ -26,7 +26,9 @@ } ``` -And configure it to use an archive-capable storage module: +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 = { @@ -34,8 +36,7 @@ } ``` -See [Prosodys data storage documentation][doc:storage] for more info on -how to configure storage for different plugins. +For more details see [Prosodys data storage documentation][doc:storage]. Configuration =============