diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mod_support_contact/README.wiki	Mon Aug 24 16:43:56 2015 +0200
@@ -0,0 +1,24 @@
+#summary Add a support contact to new registrations
+#labels Stage-Stable
+
+= Introduction =
+
+This Prosody plugin adds a default contact to newly registered accounts.
+
+= Usage =
+
+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.
+
+= Configuration =
+
+|| 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. ||
+
+= Compatibility =
+||0.7||Works||
+||0.6||Works||
+
+= Caveats/Todos/Bugs =
+
+  * This only works for accounts created via in-band registration.