# HG changeset patch # User Matthew Wild # Date 1254670287 -3600 # Node ID e3c790060c032bec48d85043212e6b69de065a25 # Parent d19c0a21bfb6f0cc26aa5bd665209fa792858b14 stanza_router: Add COMPAT comment for Pidgin workaround diff -r d19c0a21bfb6 -r e3c790060c03 core/stanza_router.lua --- 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