Diff

plugins/mod_presence.lua @ 5172:3b93f92c613a

Merge 0.9 -> trunk
author Kim Alvefur <zash@zash.se>
date Sun, 14 Oct 2012 22:53:41 +0200
parent 5171:b4b302fe415c
child 5297:7453245f16e7
line wrap: on
line diff
--- a/plugins/mod_presence.lua	Mon Oct 01 20:15:39 2012 +0100
+++ b/plugins/mod_presence.lua	Sun Oct 14 22:53:41 2012 +0200
@@ -116,8 +116,8 @@
 		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