Software /
code /
prosody
Diff
spec/scansion/prosody.cfg.lua @ 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 |
parent | 10917:1eb83bc6f706 |
child | 11001:09b74aba015d |
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"