|
3 years ago | |
---|---|---|
README.md | 3 years ago | |
mod_register_redirect.lua | 3 years ago | |
prosody-modules.readme | 3 years ago |
I publish the fixed version of mod_register_redirect (which is working with Prosody >=0.10) on github, because I don't know how I can commit changes to the prosody-modules repository, because of the lack of documentation about it.
I only changed line 9 from
local cman = configmanager
to
local cman = require "core.configmanager"
(and a type in README.markdown ;-) )