# HG changeset patch # User Marco Cirillo # Date 1316710993 0 # Node ID 1203d8b8a8a2de55b120afdef2d66a3c11604465 # Parent 5e99840c5de77338ea1fbe36776feed0cf0b7bdd mod_register_redirect: minor tweak. diff -r 5e99840c5de7 -r 1203d8b8a8a2 mod_register_redirect.wiki --- a/mod_register_redirect.wiki Thu Sep 22 16:57:37 2011 +0000 +++ b/mod_register_redirect.wiki Thu Sep 22 17:03:13 2011 +0000 @@ -13,7 +13,8 @@ Copy the module file into your Prosody modules directory. -Then set the following options into your config file: +The module will work "out of the box" as long as at least an admin entry is specified (see admins = {} option into prosody's documentation). +These are the optional parameters you can specify into your global server/hostname configuration: {{{ registration_whitelist = { "*your whitelisted web server ip address*" } registrarion_url = "*your web registration page url*" @@ -31,4 +32,4 @@ * 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.5 won't work