core/stanza_router.lua

changeset 1887
e3c790060c03
parent 1609
95d3bcd82334
child 1900
93a94ec05ebe
--- a/core/stanza_router.lua	Sun Oct 04 16:05:11 2009 +0100
+++ b/core/stanza_router.lua	Sun Oct 04 16:31:27 2009 +0100
@@ -110,7 +110,7 @@
 			end
 			if h.events.fire_event(event, {origin = origin, stanza = stanza}) then return; end
 		end
-		if host and not hosts[host] then host = nil; end -- workaround for a Pidgin bug which sets 'to' to the SRV result
+		if host and not hosts[host] then host = nil; end -- COMPAT: workaround for a Pidgin bug which sets 'to' to the SRV result
 		modules_handle_stanza(host or origin.host or origin.to_host, origin, stanza);
 	end
 end

mercurial