aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_presence.lua
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2012-10-14 22:53:41 +0200
committerKim Alvefur <zash@zash.se>2012-10-14 22:53:41 +0200
commit07d035d93ce4bb8f9fa19840653654688e3eec8f (patch)
tree0fcfafb96064def71df05ea9765e4141bfc89a1c /plugins/mod_presence.lua
parent575e1581d8280a9b966cc48fa6280125e03f154e (diff)
parent6da5020684d3f7b8ea69afb0c65ea3d8b46f137a (diff)
downloadprosody-07d035d93ce4bb8f9fa19840653654688e3eec8f.tar.gz
prosody-07d035d93ce4bb8f9fa19840653654688e3eec8f.zip
Merge 0.9 -> trunk
Diffstat (limited to 'plugins/mod_presence.lua')
-rw-r--r--plugins/mod_presence.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/mod_presence.lua b/plugins/mod_presence.lua
index 077bc31f..20d0adf0 100644
--- a/plugins/mod_presence.lua
+++ b/plugins/mod_presence.lua
@@ -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