This Prosody plugin adds a default contact to newly registered accounts.
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.
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. |
0.10 | Works |
0.9 | Works |
0.8 | Works |
0.7 | Works |
0.6 | Works |
For 0.8 and older use version 999a4b3e699b.
With the plugin installer in Prosody 0.12 you can use:
sudo prosodyctl install --server=https://modules.prosody.im/rocks/ mod_support_contact
For earlier versions see the documentation for installing 3rd party modules