view mod_register_url.wiki @ 202:147be608021e

Edited wiki page mod_register_url through web user interface.
author maranda3985@gmail.com
date Tue, 30 Aug 2011 23:17:53 +0000
parents f95cbe1ac9d8
children f8855feada6f
line wrap: on
line source

#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*"
}}}

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.