mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
Merge with backout
This commit is contained in:
commit
205fa926e7
1 changed files with 5 additions and 1 deletions
|
@ -79,7 +79,11 @@ 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 = attr.from;
|
||||
origin.from_host = nameprep(attr.from);
|
||||
if not origin.from_host then
|
||||
origin.log("debug", "We need to know where to connect but remote server blindly refuses to tell us and to comply to specs, closing connection.");
|
||||
origin:close("invalid-from");
|
||||
end
|
||||
end
|
||||
if not origin.to_host then
|
||||
-- Just used for friendlier logging
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue