# HG changeset patch # User Waqas Hussain # Date 1252614271 -18000 # Node ID 24d055fb593605911aedea43a6c466a290eae74b # Parent 8061f15ea4aeaba7f0e5424272e87407ea728ff6 mod_support_contact: Initial page. diff -r 8061f15ea4ae -r 24d055fb5936 mod_support_contact.wiki --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_support_contact.wiki Fri Sep 11 01:24:31 2009 +0500 @@ -0,0 +1,22 @@ +#summary Add a support contact to new registrations +#labels register,support + += Introduction = + +This Prosody plugin adds a default contact to newly registered accounts. + += Usage = + +Simply add "support_contact" to your modules_enabled list. When a new account is created, the new roster would be initialized to include a support contact. + += Configuration = + +|| support_contact || The bare JID of the support contact. The default is support@hostname, where hostname is the host the new user's account is on. || +|| support_contact_nick || Nickname of the support contact. The default is "Support". || +|| support_contact_group || The roster group in the support contact's roster in which to add the new user. || + += Caveats/Todos/Bugs = + + * This only works for accounts created via in-band registration. + * The support contact must be local to the Prosody install. + * Allow non-local support contact?