Software /
code /
prosody
Diff
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 |
line wrap: on
line diff
--- a/spec/scansion/prosody.cfg.lua Sun Jul 12 23:28:04 2020 +0200 +++ b/spec/scansion/prosody.cfg.lua Wed May 27 19:47:52 2020 +0200 @@ -73,6 +73,7 @@ feedback = { "http://localhost/feedback.html", "mailto:feedback@localhost", "xmpp:feedback@localhost" }; sales = { "xmpp:sales@localhost" }; security = { "xmpp:security@localhost" }; + status = { "gopher://status.localhost" }; support = { "https://localhost/support.html", "xmpp:support@localhost" }; }