# HG changeset patch # User Marco Cirillo # Date 1262188733 0 # Node ID 73b69658aefe05e143a99c9ab90f6c665d6e3b16 # Parent 9f866bc3281bc6783c6a22e5f006cb5ecbcd6bbc Renamed mod_regredirect wiki to reflect name change. (mod_register_url) diff -r 9f866bc3281b -r 73b69658aefe mod_register_url.wiki --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_register_url.wiki Wed Dec 30 15:58:53 2009 +0000 @@ -0,0 +1,28 @@ +#summary XEP-077 IBR Registration Redirect. +#labels Stage-Beta + += Introduction = + +Registration Redirect as explained in IBR xep. + += Details = + +This simple module, lets you redirect users who come from ips not in the registration_whitelist config options to an Url of your choice. + += 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*" +}}} + +You can find an example of working web registration form using JsJaC (javascript) at the following url http://register.lightwitch.org + += Compatibility = + +0.7 should work. +0.6 works. +0.5 untested. \ No newline at end of file diff -r 9f866bc3281b -r 73b69658aefe mod_regredirect.wiki --- a/mod_regredirect.wiki Wed Dec 30 00:43:52 2009 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,28 +0,0 @@ -#summary XEP-077 IBR Registration Redirect. -#labels Stage-Beta - -= Introduction = - -Registration Redirect as explained in IBR xep. - -= Details = - -This simple module, lets you redirect users who come from ips not in the registration_whitelist config options to an Url of your choice. - -= 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*" -}}} - -You can find an example of working web registration form using JsJaC (javascript) at the following url http://register.lightwitch.org - -= Compatibility = - -0.7 should work. -0.6 works. -0.5 untested. \ No newline at end of file