Software /
code /
prosody
Changeset
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 |
parents | 1886:d19c0a21bfb6 |
children | 1888:562635baad36 |
files | core/stanza_router.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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