mirror of
https://github.com/bjc/prosody.git
synced 2025-04-05 06:07:37 +03:00
Update every link to the documentation to use HTTPS
This commit is contained in:
parent
07cda18b8a
commit
c6048a7cb4
21 changed files with 57 additions and 57 deletions
|
@ -146,7 +146,7 @@ module:hook("s2s-read-timeout", keepalive, -1);
|
|||
|
||||
function module.add_host(module)
|
||||
if module:get_option_boolean("disallow_s2s", false) then
|
||||
module:log("warn", "The 'disallow_s2s' config option is deprecated, please see http://prosody.im/doc/s2s#disabling");
|
||||
module:log("warn", "The 'disallow_s2s' config option is deprecated, please see https://prosody.im/doc/s2s#disabling");
|
||||
return nil, "This host has disallow_s2s set";
|
||||
end
|
||||
module:hook("route/remote", route_to_existing_session, -1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue