comparison mod_server_contact_info.wiki @ 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
children
comparison
equal deleted inserted replaced
207:d716766d946a 208:ba570bca712e
1 #summary Contact Addresses for XMPP Services
2 #labels Stage-Alpha
3
4 = Introduction =
5
6 This module implements [http://xmpp.org/extensions/xep-0157.html XEP-0157: Contact Addresses for XMPP Services].
7
8 = Configuration =
9
10 {{{
11 contact_info = {
12 abuse = { "mailto:abuse@shakespeare.lit", "xmpp:abuse@shakespeare.lit" };
13 admin = { "mailto:admin@shakespeare.lit", "xmpp:admin@shakespeare.lit" };
14 feedback = { "http://shakespeare.lit/feedback.php", "mailto:feedback@shakespeare.lit", "xmpp:feedback@shakespeare.lit" };
15 sales = "xmpp:bard@shakespeare.lit";
16 security = "xmpp:security@shakespeare.lit";
17 support = { "http://shakespeare.lit/support.php", "xmpp:support@shakespeare.lit" };
18 };
19 }}}
20
21 The default is based on the `admins` config variable.
22
23 = Compatibility =
24
25 ||trunk||Works||