changeset 208:ba570bca712e

Add page about mod_server_contact_info.
author Kim Alvefur <zash@zash.se>
date Sat, 03 Sep 2011 01:28:29 +0200
parents d716766d946a
children 101519e4ef14
files mod_server_contact_info.wiki
diffstat 1 files changed, 25 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /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||