diff options
author | Kim Alvefur <zash@zash.se> | 2020-06-21 19:09:47 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2020-06-21 19:09:47 +0200 |
commit | 93400f60fb40d8bf1b32977b76446d2e6fc78049 (patch) | |
tree | ebde501fdb2333f41940ba8b9d245b795c1cda15 /spec/scansion | |
parent | 44803031d0b89fad13326770f8f245e2b0c5906e (diff) | |
download | prosody-93400f60fb40d8bf1b32977b76446d2e6fc78049.tar.gz prosody-93400f60fb40d8bf1b32977b76446d2e6fc78049.zip |
scansion tests: Enable mod_muc_mam during tests (expect breakage)
Diffstat (limited to 'spec/scansion')
-rw-r--r-- | spec/scansion/prosody.cfg.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/scansion/prosody.cfg.lua b/spec/scansion/prosody.cfg.lua index 3fa36ab9..e75bb74f 100644 --- a/spec/scansion/prosody.cfg.lua +++ b/spec/scansion/prosody.cfg.lua @@ -111,6 +111,10 @@ hide_os_type = true -- absense tested for in version.scs Component "conference.localhost" "muc" storage = "memory" + modules_enabled = { + "muc_mam"; + } + Component "pubsub.localhost" "pubsub" storage = "memory" |