# HG changeset patch # User Kim Alvefur # Date 1476274057 -7200 # Node ID fbb16ada4580be7ae7e6933b5fc206a29d19f629 # Parent a348c105e05da77bbb7020e786f5bf7143959e41 mod_mam_muc/README: Defer to main documentation site for storage docs diff -r a348c105e05d -r fbb16ada4580 mod_mam_muc/README.markdown --- 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 =============