# HG changeset patch # User Marco Cirillo # Date 1316710657 0 # Node ID 5e99840c5de77338ea1fbe36776feed0cf0b7bdd # Parent 062ee740d924f15a350f3f1c041d7c5fb8d0200e mod_register_url: removed as plugin has been renamed. diff -r 062ee740d924 -r 5e99840c5de7 mod_register_url.wiki --- a/mod_register_url.wiki Thu Sep 22 16:57:00 2011 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,32 +0,0 @@ -#summary XEP-077 IBR Registration Redirect. -#labels Stage-Beta - -= Introduction = - -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 a 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 \ No newline at end of file