mod_dialback: Skip an unnecessary nameprep.

This commit is contained in:
Waqas Hussain 2012-06-15 02:53:57 +05:00
parent 6e9784727f
commit d1a89e8f9c

View file

@ -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]);