changeset 1979:3a66cff4354f

mod_mam_muc/README: Try to clarify that storage settings are separate
author Kim Alvefur <zash@zash.se>
date Thu, 17 Dec 2015 16:51:49 +0100
parents b91f27f21666
children 5e0ee0e4d5b1
files mod_mam_muc/README.markdown
diffstat 1 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/mod_mam_muc/README.markdown	Thu Dec 17 16:51:20 2015 +0100
+++ b/mod_mam_muc/README.markdown	Thu Dec 17 16:51:49 2015 +0100
@@ -24,14 +24,18 @@
 modules_enabled = {
   "mam_muc",
 }
+``` {.lua}
+
+And configure it to use an archive-capable storage module:
+
+```
 storage = {
     muc_log = "sql"; -- Requires 0.10 or later
 }
 ```
 
-See [Prosodys data storage
-documentation](https://prosody.im/doc/storage) for more info on how to
-configure storage for different plugins.
+See [Prosodys data storage documentation][doc:storage] for more info on
+how to configure storage for different plugins.
 
 Configuration
 =============