Comparison

spec/scansion/prosody.cfg.lua @ 11585:057ce005937e

core.modulemanager: Inherit mod_server_contact_info onto components #1270
author Kim Alvefur <zash@zash.se>
date Thu, 27 May 2021 11:18:42 +0200
parent 11583:4ee7a6a8753e
child 11588:1d59fd55d2f6
comparison
equal deleted inserted replaced
11584:8bea29d1f82d 11585:057ce005937e
125 Component "conference.localhost" "muc" 125 Component "conference.localhost" "muc"
126 storage = "memory" 126 storage = "memory"
127 admins = { "Admin@localhost" } 127 admins = { "Admin@localhost" }
128 modules_enabled = { 128 modules_enabled = {
129 "muc_mam"; 129 "muc_mam";
130 "server_contact_info";
131 } 130 }
132 131
133 132
134 Component "pubsub.localhost" "pubsub" 133 Component "pubsub.localhost" "pubsub"
135 storage = "memory" 134 storage = "memory"