From 680cdc8f29f2c5becdc782395d4a108a69947aa4 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Sat, 9 May 2009 19:43:11 +0100 Subject: stanza_router: Pass session.to_host to modulemanager, fixes modules for s2sin_unauthed --- core/stanza_router.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/stanza_router.lua b/core/stanza_router.lua index 80b51cc6..22c1abb0 100644 --- a/core/stanza_router.lua +++ b/core/stanza_router.lua @@ -145,7 +145,7 @@ end -- that is, they are handled by this server function core_handle_stanza(origin, stanza) -- Handlers - if modules_handle_stanza(select(2, jid_split(stanza.attr.to)) or origin.host, origin, stanza) then return; end + if modules_handle_stanza(select(2, jid_split(stanza.attr.to)) or origin.host or origin.to_host, origin, stanza) then return; end if origin.type == "c2s" or origin.type == "s2sin" then if origin.type == "c2s" then if stanza.name == "presence" and origin.roster then -- cgit v1.2.3