Software /
code /
prosody
Diff
spec/scansion/server_contact_info.scs @ 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 | 10848:7fd8976d47d7 |
child | 11583:4ee7a6a8753e |
line wrap: on
line diff
--- 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 @@ <field type='list-multi' var='security-addresses'> <value>xmpp:security@localhost</value> </field> + <field type='list-multi' var='status-addresses'> + <value>gopher://status.localhost</value> + </field> <field type='list-multi' var='support-addresses'> <value>https://localhost/support.html</value> <value>xmpp:support@localhost</value>