# HG changeset patch # User Kim Alvefur # Date 1590601672 -7200 # Node ID 6b27cb706b89bceb454d4d65b11576e97243c087 # Parent 74ef9f2334f394fb3a6f49c7df781f49f9a7793c mod_server_contact_info: Add status-addresses field XEP-0157 version 1.1.0 diff -r 74ef9f2334f3 -r 6b27cb706b89 doc/doap.xml --- a/doc/doap.xml Sun Jul 12 23:28:04 2020 +0200 +++ b/doc/doap.xml Wed May 27 19:47:52 2020 +0200 @@ -284,7 +284,7 @@ - 1.0.1 + 1.1.0 0.10 diff -r 74ef9f2334f3 -r 6b27cb706b89 plugins/mod_server_contact_info.lua --- a/plugins/mod_server_contact_info.lua Sun Jul 12 23:28:04 2020 +0200 +++ b/plugins/mod_server_contact_info.lua Wed May 27 19:47:52 2020 +0200 @@ -16,6 +16,7 @@ { name = "feedback", var = "feedback-addresses", type = "list-multi" }, { name = "sales", var = "sales-addresses", type = "list-multi" }, { name = "security", var = "security-addresses", type = "list-multi" }, + { name = "status", var = "status-addresses", type = "list-multi" }, { name = "support", var = "support-addresses", type = "list-multi" }, }); diff -r 74ef9f2334f3 -r 6b27cb706b89 spec/scansion/prosody.cfg.lua --- 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" }; } diff -r 74ef9f2334f3 -r 6b27cb706b89 spec/scansion/server_contact_info.scs --- a/spec/scansion/server_contact_info.scs Sun Jul 12 23:28:04 2020 +0200 +++ b/spec/scansion/server_contact_info.scs Wed May 27 19:47:52 2020 +0200 @@ -42,6 +42,9 @@ xmpp:security@localhost + + gopher://status.localhost + https://localhost/support.html xmpp:support@localhost