mod_proxy65: Give the 'iq/host' stanza handler a negative priority, to allow mod_iq to process the events first.

vault/0.11
Waqas Hussain 16 years ago
parent 6531747308
commit 517deefe97
  1. 2
      plugins/mod_proxy65.lua

@ -249,7 +249,7 @@ function handle_to_domain(event)
end
end
end
module:hook("iq/host", handle_to_domain);
module:hook("iq/host", handle_to_domain, -1);
if not connlisteners.register(module.host .. ':proxy65', connlistener) then
module:log("error", "mod_proxy65: Could not establish a connection listener. Check your configuration please.");

Loading…
Cancel
Save