Software /
code /
prosody
Changeset
4844:3d1ca811eee3
Backed out changeset 661752889535 - obsoleted by 878f75ccc4fb.
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Fri, 11 May 2012 01:46:35 +0100 |
parents | 4838:661752889535 |
children | 4845:f56eeff93847 |
files | plugins/mod_auth_anonymous.lua |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/mod_auth_anonymous.lua Thu May 10 12:54:37 2012 +0000 +++ b/plugins/mod_auth_anonymous.lua Fri May 11 01:46:35 2012 +0100 @@ -52,7 +52,6 @@ end if module:get_option_boolean("disallow_s2s", true) then - hosts[module.host].disallow_s2s = true; module:hook("route/remote", function (event) return false; -- Block outgoing s2s from anonymous users end, 300);