mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
mod_dialback: Skip an unnecessary nameprep.
This commit is contained in:
parent
6e9784727f
commit
d1a89e8f9c
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ module:hook("stanza/jabber:server:dialback:result", function(event)
|
|||
origin.from_host = from;
|
||||
end
|
||||
if not origin.to_host then
|
||||
origin.to_host = nameprep(attr.to);
|
||||
origin.to_host = to;
|
||||
end
|
||||
|
||||
origin.log("debug", "asking %s if key %s belongs to them", from, stanza[1]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue