comparison mod_support_contact/README.wiki @ 1782:29f3d6b7ad16

Import wiki pages
author Kim Alvefur <zash@zash.se>
date Mon, 24 Aug 2015 16:43:56 +0200
parents
children
comparison
equal deleted inserted replaced
1781:12ac88940fe3 1782:29f3d6b7ad16
1 #summary Add a support contact to new registrations
2 #labels Stage-Stable
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 = Compatibility =
19 ||0.7||Works||
20 ||0.6||Works||
21
22 = Caveats/Todos/Bugs =
23
24 * This only works for accounts created via in-band registration.