# HG changeset patch # User waqas20 # Date 1314951089 0 # Node ID b3095d15dd90559759e86faca0faf1f04d799de6 # Parent f8855feada6f6a4f7fc48f636fe4b5c6baf5df8b mod_register_url: A little cleanup for the docs. diff -r f8855feada6f -r b3095d15dd90 mod_register_url.wiki --- a/mod_register_url.wiki Tue Aug 30 23:19:12 2011 +0000 +++ b/mod_register_url.wiki Fri Sep 02 08:11:29 2011 +0000 @@ -3,17 +3,17 @@ = Introduction = -Registration Redirect as explained in IBR xep. +Registration Redirect as explained in the [http://xmpp.org/extensions/xep-0077.html#redirect 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. +This simple module lets you redirect users who come from IPs not in the registration_whitelist config options to a URL of your choice. = Usage = -Copy the module file into your prosody modules directory. +Copy the module file into your Prosody modules directory. -Then set the following options into your config file. +Then set the following options into your config file: {{{ registration_whitelist = { "*your whitelisted web server ip address*" } registrarion_url = "*your web registration page url*" @@ -26,10 +26,7 @@ = 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 + * 0.8 works + * 0.7 might not work + * 0.6 won't work + * 0.5 won't work \ No newline at end of file