mod_server_contact_info/README.wiki
changeset 1807 4d73a1a6ba68
parent 1806 0ab737feada6
child 1808 3228fb928a93
--- a/mod_server_contact_info/README.wiki	Fri Aug 28 16:05:00 2015 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-#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||