Software /
code /
prosody-modules
Diff
mod_mam_muc/README.markdown @ 1976:cd36e5bf00b3
Various READMEs: Update to reflect rename of mod_storage_sql2 → mod_storage_sql
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 17 Dec 2015 16:48:11 +0100 |
parent | 1974:5be671db83a3 |
child | 1979:3a66cff4354f |
line wrap: on
line diff
--- a/mod_mam_muc/README.markdown Thu Dec 17 16:22:33 2015 +0100 +++ b/mod_mam_muc/README.markdown Thu Dec 17 16:48:11 2015 +0100 @@ -25,9 +25,7 @@ "mam_muc", } storage = { - -- This makes mod_mam_muc use the sql2 storage backend (others will use internal) - -- which at the time of this writing is the only one supporting stanza archives - muc_log = "sql2"; + muc_log = "sql"; -- Requires 0.10 or later } ```