Comparison

spec/scansion/prosody.cfg.lua @ 11001:09b74aba015d

scansion/prosody.cfg: Fix typo
author Kim Alvefur <zash@zash.se>
date Thu, 09 Jul 2020 02:17:49 +0200
parent 10942:008f46a92520
child 11010:6b27cb706b89
comparison
equal deleted inserted replaced
11000:d9aae4734f38 11001:09b74aba015d
105 105
106 pidfile = "prosody.pid" 106 pidfile = "prosody.pid"
107 107
108 VirtualHost "localhost" 108 VirtualHost "localhost"
109 109
110 hide_os_type = true -- absense tested for in version.scs 110 hide_os_type = true -- absence 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 = { 114 modules_enabled = {
115 "muc_mam"; 115 "muc_mam";