view mod_server_contact_info.wiki @ 209:101519e4ef14

Edited wiki page mod_auth_dovecot through web user interface. Included information on how to set it up in Dovecot.
author daniel@aleksand.no
date Fri, 02 Sep 2011 23:45:36 +0000
parents ba570bca712e
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||