Software /
code /
prosody-modules
Changeset
2785:2023cba9ead0
mod_register_redirect: Update doc
author | t2d <td@tem.li> |
---|---|
date | Fri, 06 Oct 2017 20:21:45 +0200 |
parents | 2784:ba999840f318 |
children | 2786:127d5452e4bb |
files | mod_register_redirect/README.markdown mod_register_redirect/mod_register_redirect.lua |
diffstat | 2 files changed, 9 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_register_redirect/README.markdown Fri Oct 06 19:45:38 2017 +0200 +++ b/mod_register_redirect/README.markdown Fri Oct 06 20:21:45 2017 +0200 @@ -41,12 +41,12 @@ Compatibility ------------- -0.9 works - -0.8 works + ------ -------------- + 0.10 Works + 0.9 Works + 0.8 Works + 0.7 Might not work + 0.6 Doesn't work + 0.5 Doesn't work + ------ -------------- -0.7 might not work - -0.6 won't work - -0.5 won't work
--- a/mod_register_redirect/mod_register_redirect.lua Fri Oct 06 19:45:38 2017 +0200 +++ b/mod_register_redirect/mod_register_redirect.lua Fri Oct 06 20:21:45 2017 +0200 @@ -54,7 +54,7 @@ inst_text = "Please contact "..module:get_host().."'s server administrator via xmpp to register an account on this server at: "..ajid else module:log("error", "Please be sure to, _at the very least_, configure one server administrator either global or hostwise...") - module:log("error", "if you want to use this module, or read it's configuration wiki at: http://code.google.com/p/prosody-modules/wiki/mod_register_redirect") + module:log("error", "if you want to use this module, or read it's configuration wiki at: https://modules.prosody.im/mod_register_redirect.html") return origin.send(st.error_reply(stanza, "wait", "internal-server-error")) -- bouncing request. end end