Mercurial > prosody-wiki
view mod_register_url.wiki @ 175:01fb5e97f22b
mod_json_streams: Added section for strophe.js plugin.
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Sat, 02 Apr 2011 05:13:54 +0500 |
parents | 799524731e7a |
children | f95cbe1ac9d8 |
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*" }}} = Compatibility = 0.7 should work. 0.6 works. 0.5 untested.