view mod_support_contact.wiki @ 170:646b770eb1c3

Created wiki page for mod_sms_clickatell through web user interface.
author phil.stewart@gmail.com
date Thu, 24 Mar 2011 20:20:15 +0000
parents e5e4b59aad33
children
line wrap: on
line source

#summary Add a support contact to new registrations
#labels Stage-Stable

= 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. ||

= Compatibility =
||0.7||Works||
||0.6||Works||

= Caveats/Todos/Bugs =

  * This only works for accounts created via in-band registration.