Software /
code /
prosody
Diff
core/stanza_router.lua @ 1887:e3c790060c03
stanza_router: Add COMPAT comment for Pidgin workaround
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sun, 04 Oct 2009 16:31:27 +0100 |
parent | 1609:95d3bcd82334 |
child | 1900:93a94ec05ebe |
line wrap: on
line diff
--- 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