Software /
code /
prosody-modules
File
mod_server_contact_info/README.markdown @ 2139:17408ddd34b0
mod_migrate: Check that the hostname is known, or yell and abort (thanks Link Mauve)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 27 Mar 2016 20:09:29 +0200 |
parent | 1820:8de50be756e5 |
child | 2321:d9c19ee16f2e |
line wrap: on
line source
--- labels: - 'Stage-Alpha' summary: Contact Addresses for XMPP Services ... Introduction ============ This module implements [XEP-0157: Contact Addresses for XMPP Services](http://xmpp.org/extensions/xep-0157.html). Configuration ============= ``` lua 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 ------- -------