Mercurial > prosody-modules
diff mod_mam/mod_mam.lua @ 2510:d81882aa0e1e
mod_mam: Make the store configurable to ease move to 0.10 version
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 20 Feb 2017 00:07:59 +0100 |
parents | 5941aac79f06 |
children | 34a6ba5dfe4f |
line wrap: on
line diff
--- a/mod_mam/mod_mam.lua Mon Feb 20 00:06:28 2017 +0100 +++ b/mod_mam/mod_mam.lua Mon Feb 20 00:07:59 2017 +0100 @@ -37,7 +37,7 @@ global_default_policy = module:get_option_boolean("default_archive_policy", global_default_policy); end -local archive_store = "archive2"; +local archive_store = module:get_option_string("archive_store", "archive2"); local archive = assert(module:open_store(archive_store, "archive")); if archive.name == "null" or not archive.find then