Software /
code /
prosody
Changeset
10942:008f46a92520
scansion tests: Enable mod_muc_mam during tests (expect breakage)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 21 Jun 2020 19:09:47 +0200 |
parents | 10941:642773f3073b |
children | 10944:cb52cb8aa706 |
files | spec/scansion/prosody.cfg.lua |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/spec/scansion/prosody.cfg.lua Sun Jun 21 19:06:37 2020 +0200 +++ b/spec/scansion/prosody.cfg.lua Sun Jun 21 19:09:47 2020 +0200 @@ -111,6 +111,10 @@ Component "conference.localhost" "muc" storage = "memory" + modules_enabled = { + "muc_mam"; + } + Component "pubsub.localhost" "pubsub" storage = "memory"