Mercurial > prosody-modules
view mod_server_contact_info/README.wiki @ 1800:669d1208221a
mod_storage_lmdb: Remove redundant table
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 28 Aug 2015 00:38:19 +0200 |
parents | 29f3d6b7ad16 |
children |
line wrap: on
line source
#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||