Comparison

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
comparison
equal deleted inserted replaced
10941:642773f3073b 10942:008f46a92520
109 109
110 hide_os_type = true -- absense tested for in version.scs 110 hide_os_type = true -- absense tested for in version.scs
111 111
112 Component "conference.localhost" "muc" 112 Component "conference.localhost" "muc"
113 storage = "memory" 113 storage = "memory"
114 modules_enabled = {
115 "muc_mam";
116 }
117
114 118
115 Component "pubsub.localhost" "pubsub" 119 Component "pubsub.localhost" "pubsub"
116 storage = "memory" 120 storage = "memory"