Software /
code /
prosody
Diff
plugins/mod_s2s/mod_s2s.lua @ 7361:3409773ca19a
Merge with Link Mauve
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 17 Apr 2016 22:28:48 +0200 |
parent | 7359:a5a080c12c96 |
child | 7450:3ae19750cd46 |
line wrap: on
line diff
--- a/plugins/mod_s2s/mod_s2s.lua Sun Apr 17 22:09:44 2016 +0200 +++ b/plugins/mod_s2s/mod_s2s.lua Sun Apr 17 22:28:48 2016 +0200 @@ -146,7 +146,7 @@ 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);