mod_presence: Fix indentation

This commit is contained in:
Kim Alvefur 2012-10-14 21:04:46 +02:00
parent 4eb35217ee
commit 6da5020684

View file

@ -116,8 +116,8 @@ function handle_normal_presence(origin, stanza)
end
if priority >= 0 then
local event = { origin = origin }
module:fire_event('message/offline/broadcast', event);
local event = { origin = origin }
module:fire_event('message/offline/broadcast', event);
end
end
if stanza.attr.type == "unavailable" then