# HG changeset patch # User Kim Alvefur # Date 1440605095 -7200 # Node ID 8e19b943c2cdff2b1cd5aa91d8e553dfbaa82f51 # Parent 8df071457dee888237838433935a19df2576b1bb mod_isolate_host: Bump event hook priorities to make sure they are above the core plugins diff -r 8df071457dee -r 8e19b943c2cd mod_isolate_host/mod_isolate_host.lua --- a/mod_isolate_host/mod_isolate_host.lua Wed Aug 26 18:03:31 2015 +0200 +++ b/mod_isolate_host/mod_isolate_host.lua Wed Aug 26 18:04:55 2015 +0200 @@ -27,7 +27,7 @@ for stanza_type in stanza_types do for jid_type in jid_types do - module:hook("pre-"..stanza_type.."/"..jid_type, check_stanza); + module:hook("pre-"..stanza_type.."/"..jid_type, check_stanza, 1); end end