1782
|
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||
|