Comparison

spec/scansion/prosody.cfg.lua @ 11010:6b27cb706b89

mod_server_contact_info: Add status-addresses field XEP-0157 version 1.1.0
author Kim Alvefur <zash@zash.se>
date Wed, 27 May 2020 19:47:52 +0200
parent 11001:09b74aba015d
child 11036:79e410cd7f6e
comparison
equal deleted inserted replaced
11009:74ef9f2334f3 11010:6b27cb706b89
71 abuse = { "mailto:abuse@localhost", "xmpp:abuse@localhost" }; 71 abuse = { "mailto:abuse@localhost", "xmpp:abuse@localhost" };
72 admin = { "mailto:admin@localhost", "xmpp:admin@localhost" }; 72 admin = { "mailto:admin@localhost", "xmpp:admin@localhost" };
73 feedback = { "http://localhost/feedback.html", "mailto:feedback@localhost", "xmpp:feedback@localhost" }; 73 feedback = { "http://localhost/feedback.html", "mailto:feedback@localhost", "xmpp:feedback@localhost" };
74 sales = { "xmpp:sales@localhost" }; 74 sales = { "xmpp:sales@localhost" };
75 security = { "xmpp:security@localhost" }; 75 security = { "xmpp:security@localhost" };
76 status = { "gopher://status.localhost" };
76 support = { "https://localhost/support.html", "xmpp:support@localhost" }; 77 support = { "https://localhost/support.html", "xmpp:support@localhost" };
77 } 78 }
78 79
79 modules_disabled = { 80 modules_disabled = {
80 "s2s"; 81 "s2s";