Mercurial > prosody-wiki
comparison mod_support_contact.wiki @ 2:24d055fb5936
mod_support_contact: Initial page.
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Fri, 11 Sep 2009 01:24:31 +0500 |
parents | |
children | 01b248a9ef01 |
comparison
equal
deleted
inserted
replaced
1:8061f15ea4ae | 2:24d055fb5936 |
---|---|
1 #summary Add a support contact to new registrations | |
2 #labels register,support | |
3 | |
4 = Introduction = | |
5 | |
6 This Prosody plugin adds a default contact to newly registered accounts. | |
7 | |
8 = Usage = | |
9 | |
10 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. | |
11 | |
12 = Configuration = | |
13 | |
14 || 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. || | |
15 || support_contact_nick || Nickname of the support contact. The default is "Support". || | |
16 || support_contact_group || The roster group in the support contact's roster in which to add the new user. || | |
17 | |
18 = Caveats/Todos/Bugs = | |
19 | |
20 * This only works for accounts created via in-band registration. | |
21 * The support contact must be local to the Prosody install. | |
22 * Allow non-local support contact? |