plugins/mod_presence.lua
changeset 5171 b4b302fe415c
parent 5060 b0e36777f715
child 5297 7453245f16e7
--- a/plugins/mod_presence.lua	Sun Oct 14 21:03:52 2012 +0200
+++ b/plugins/mod_presence.lua	Sun Oct 14 21:04:46 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