comparison mod_support_contact/README.markdown @ 1803:4d73a1a6ba68

Convert all wiki pages to Markdown
author Kim Alvefur <zash@zash.se>
date Fri, 28 Aug 2015 18:03:58 +0200
parents mod_support_contact/README.wiki@29f3d6b7ad16
children dd509940ae49
comparison
equal deleted inserted replaced
1802:0ab737feada6 1803:4d73a1a6ba68
1 ---
2 labels:
3 - 'Stage-Stable'
4 summary: Add a support contact to new registrations
5 ...
6
7 Introduction
8 ============
9
10 This Prosody plugin adds a default contact to newly registered accounts.
11
12 Usage
13 =====
14
15 Simply add "support\_contact" to your modules\_enabled list. When a new
16 account is created, the new roster would be initialized to include a
17 support contact.
18
19 Configuration
20 =============
21
22 ------------------------- --------------------------------------------------------------------------------------------------------------------------------
23 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.
24 support\_contact\_nick Nickname of the support contact. The default is "Support".
25 support\_contact\_group The roster group in the support contact's roster in which to add the new user.
26 ------------------------- --------------------------------------------------------------------------------------------------------------------------------
27
28 Compatibility
29 =============
30
31 ----- -------
32 0.7 Works
33 0.6 Works
34 ----- -------
35
36 Caveats/Todos/Bugs
37 ==================
38
39 - This only works for accounts created via in-band registration.