Comparison

spec/scansion/prosody.cfg.lua @ 11583:4ee7a6a8753e

mod_server_contact_info: Apply JID normalization
author Kim Alvefur <zash@zash.se>
date Fri, 11 Sep 2020 18:34:06 +0200
parent 11315:c52fcea39c8e
child 11585:057ce005937e
comparison
equal deleted inserted replaced
11582:a3d48204ec95 11583:4ee7a6a8753e
122 122
123 hide_os_type = true -- absence tested for in version.scs 123 hide_os_type = true -- absence tested for in version.scs
124 124
125 Component "conference.localhost" "muc" 125 Component "conference.localhost" "muc"
126 storage = "memory" 126 storage = "memory"
127 admins = { "Admin@localhost" }
127 modules_enabled = { 128 modules_enabled = {
128 "muc_mam"; 129 "muc_mam";
130 "server_contact_info";
129 } 131 }
130 132
131 133
132 Component "pubsub.localhost" "pubsub" 134 Component "pubsub.localhost" "pubsub"
133 storage = "memory" 135 storage = "memory"