# HG changeset patch # User Kim Alvefur # Date 1315006109 -7200 # Node ID ba570bca712e0a19040c24b0a55763f554b578bb # Parent d716766d946a7acda4705048c5ae7412debf373b Add page about mod_server_contact_info. diff -r d716766d946a -r ba570bca712e mod_server_contact_info.wiki --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_server_contact_info.wiki Sat Sep 03 01:28:29 2011 +0200 @@ -0,0 +1,25 @@ +#summary Contact Addresses for XMPP Services +#labels Stage-Alpha + += Introduction = + +This module implements [http://xmpp.org/extensions/xep-0157.html XEP-0157: Contact Addresses for XMPP Services]. + += Configuration = + +{{{ +contact_info = { + abuse = { "mailto:abuse@shakespeare.lit", "xmpp:abuse@shakespeare.lit" }; + admin = { "mailto:admin@shakespeare.lit", "xmpp:admin@shakespeare.lit" }; + feedback = { "http://shakespeare.lit/feedback.php", "mailto:feedback@shakespeare.lit", "xmpp:feedback@shakespeare.lit" }; + sales = "xmpp:bard@shakespeare.lit"; + security = "xmpp:security@shakespeare.lit"; + support = { "http://shakespeare.lit/support.php", "xmpp:support@shakespeare.lit" }; +}; +}}} + +The default is based on the `admins` config variable. + += Compatibility = + +||trunk||Works||