diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/mod_dialback.lua | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/mod_dialback.lua b/plugins/mod_dialback.lua index f3b9e3cf..8c683d8a 100644 --- a/plugins/mod_dialback.lua +++ b/plugins/mod_dialback.lua @@ -79,9 +79,7 @@ module:hook("stanza/jabber:server:dialback:result", function(event) local compat_check; if not origin.from_host then -- Just used for friendlier logging - origin.from_host = nameprep(attr.from); - -- COMPAT: Fix server's chopness by not including from - compat_check = true; + origin.from_host = attr.from; end if not origin.to_host then -- Just used for friendlier logging |