changeset 215:062ee740d924

mod_register_redirect: created wiki page.
author maranda3985@gmail.com
date Thu, 22 Sep 2011 16:57:00 +0000
parents a928ab41c909
children 5e99840c5de7
files mod_register_redirect.wiki
diffstat 1 files changed, 34 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mod_register_redirect.wiki	Thu Sep 22 16:57:00 2011 +0000
@@ -0,0 +1,34 @@
+#summary XEP-077 IBR Registration Redirect.
+#labels Stage-Stable
+
+= Introduction =
+
+Registration Redirect as explained in the [http://xmpp.org/extensions/xep-0077.html#redirect IBR XEP].
+
+= Details =
+
+This module shows instructions on how to register to the server, should it be necessary to perform it through other means Out-Of-Band or not, and also let's registrations origining from ip addresses in the whitelist to go through normally.
+
+= Usage =
+
+Copy the module file into your Prosody modules directory.
+
+Then set the following options into your config file:
+{{{
+registration_whitelist = { "*your whitelisted web server ip address*" }
+registrarion_url = "*your web registration page url*"
+registration_text = "Your custom instructions banner here"
+registration_oob = true (default) or false, in the case there's no applicable OOB method (e.g. the server admins needs to be contacted by phone)
+}}}
+
+To not employ any whitelisting (i.e. registration is handled externally).
+{{{
+no_registration_whitelist = true
+}}}
+
+= Compatibility =
+
+ * 0.8 works
+ * 0.7 might not work
+ * 0.6 won't work
+ * 0.5 won't work
\ No newline at end of file