diff options
author | Matthew Wild <mwild1@gmail.com> | 2012-05-11 01:32:46 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2012-05-11 01:32:46 +0100 |
commit | 163e1b4789466fe274179ab789a6dd435ef91700 (patch) | |
tree | a0564ac0d43d718d122652133cc4c3a5453f8995 /plugins | |
parent | bd53859e5720ca585724a410c2af28b2156be206 (diff) | |
parent | 04bfcc280a54656435168beac16f65fc9e71acfc (diff) | |
download | prosody-163e1b4789466fe274179ab789a6dd435ef91700.tar.gz prosody-163e1b4789466fe274179ab789a6dd435ef91700.zip |
Merge with backout
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 |