Software /
code /
prosody-modules
Comparison
mod_support_contact/README.md @ 6211:750d64c47ec6 draft default tip
Merge
author | Trần H. Trung <xmpp:trần.h.trung@trung.fun> |
---|---|
date | Tue, 18 Mar 2025 00:31:36 +0700 |
parent | 6003:fe081789f7b5 |
comparison
equal
deleted
inserted
replaced
6210:24316a399978 | 6211:750d64c47ec6 |
---|---|
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.10 Works | |
33 0.9 Works | |
34 0.8 Works | |
35 0.7 Works | |
36 0.6 Works | |
37 ------ ------- | |
38 | |
39 **For 0.8 and older** use [version | |
40 999a4b3e699b](http://hg.prosody.im/prosody-modules/file/999a4b3e699b/mod_support_contact/mod_support_contact.lua). | |
41 | |
42 Caveats/Todos/Bugs | |
43 ================== | |
44 | |
45 - This only works for accounts created via in-band registration. |