comparison mod_register_redirect/mod_register_redirect.lua @ 443:7679b8f6b886

mod_register_redirect: update authors info.
author Marco Cirillo <maranda@lightwitch.org>
date Thu, 22 Sep 2011 17:13:32 +0000
parents 761b7e1bb7ab
children 3cc17ef98be0
comparison
equal deleted inserted replaced
442:761b7e1bb7ab 443:7679b8f6b886
1 -- (C) 2010-2011 Marco Cirillo (LW.Org)
2 -- (C) 2011 Kim Alvefur
3 --
1 -- Registration Redirect module for Prosody 4 -- Registration Redirect module for Prosody
2 -- 5 --
3 -- Redirects IP addresses not in the whitelist to a web page or another method to complete the registration. 6 -- Redirects IP addresses not in the whitelist to a web page or another method to complete the registration.
4 7
5 local st = require "util.stanza"; 8 local st = require "util.stanza";