mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
Merge with backout
This commit is contained in:
commit
38a7865229
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue