# HG changeset patch # User Kim Alvefur # Date 1476273319 -7200 # Node ID a348c105e05da77bbb7020e786f5bf7143959e41 # Parent 8fad27d568aa6ded4c04bc7b014e224df041ac64 mod_mam_muc/README: Try to clarify storage example diff -r 8fad27d568aa -r a348c105e05d mod_mam_muc/README.markdown --- 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 =============