aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2020-06-21 19:09:47 +0200
committerKim Alvefur <zash@zash.se>2020-06-21 19:09:47 +0200
commit902ff03af0e7118696f07e07c410df3d3157020a (patch)
treeebde501fdb2333f41940ba8b9d245b795c1cda15 /spec
parentbcdd51e2d3cea6b2d43ce82f36ec0a77f6ccee0f (diff)
downloadprosody-902ff03af0e7118696f07e07c410df3d3157020a.tar.gz
prosody-902ff03af0e7118696f07e07c410df3d3157020a.zip
scansion tests: Enable mod_muc_mam during tests (expect breakage)
Diffstat (limited to 'spec')
-rw-r--r--spec/scansion/prosody.cfg.lua4
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"