# HG changeset patch # User Kim Alvefur # Date 1450367509 -3600 # Node ID 3a66cff4354f67295b40b94ba3085373374c178f # Parent b91f27f21666d7137ad26479d78b81bf26e4bf72 mod_mam_muc/README: Try to clarify that storage settings are separate diff -r b91f27f21666 -r 3a66cff4354f mod_mam_muc/README.markdown --- 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 =============