Software /
code /
prosody-modules
Comparison
mod_server_contact_info/README.markdown @ 1803:4d73a1a6ba68
Convert all wiki pages to Markdown
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 28 Aug 2015 18:03:58 +0200 |
parent | 1782:mod_server_contact_info/README.wiki@29f3d6b7ad16 |
child | 1820:8de50be756e5 |
comparison
equal
deleted
inserted
replaced
1802:0ab737feada6 | 1803:4d73a1a6ba68 |
---|---|
1 --- | |
2 labels: | |
3 - 'Stage-Alpha' | |
4 summary: Contact Addresses for XMPP Services | |
5 ... | |
6 | |
7 Introduction | |
8 ============ | |
9 | |
10 This module implements [XEP-0157: Contact Addresses for XMPP | |
11 Services](http://xmpp.org/extensions/xep-0157.html). | |
12 | |
13 Configuration | |
14 ============= | |
15 | |
16 contact_info = { | |
17 abuse = { "mailto:abuse@shakespeare.lit", "xmpp:abuse@shakespeare.lit" }; | |
18 admin = { "mailto:admin@shakespeare.lit", "xmpp:admin@shakespeare.lit" }; | |
19 feedback = { "http://shakespeare.lit/feedback.php", "mailto:feedback@shakespeare.lit", "xmpp:feedback@shakespeare.lit" }; | |
20 sales = "xmpp:bard@shakespeare.lit"; | |
21 security = "xmpp:security@shakespeare.lit"; | |
22 support = { "http://shakespeare.lit/support.php", "xmpp:support@shakespeare.lit" }; | |
23 }; | |
24 | |
25 The default is based on the `admins` config variable. | |
26 | |
27 Compatibility | |
28 ============= | |
29 | |
30 ------- ------- | |
31 trunk Works | |
32 ------- ------- |