aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_presence.lua
diff options
context:
space:
mode:
authorRobert Hoelz <rob@hoelz.ro>2010-12-09 12:28:05 -0600
committerRobert Hoelz <rob@hoelz.ro>2010-12-09 12:28:05 -0600
commit32c092ae0eb8551cd8fb8f124c0ae723672705f5 (patch)
tree830f6ec0d41fe98c6590b9f28838613d57888b52 /plugins/mod_presence.lua
parentde4b6ceb3376974f56d80129848d5fd0c0009bd7 (diff)
downloadprosody-32c092ae0eb8551cd8fb8f124c0ae723672705f5.tar.gz
prosody-32c092ae0eb8551cd8fb8f124c0ae723672705f5.zip
mod_presence, mod_offline: Merge message/offline/delete with message/offline/broadcast.
Diffstat (limited to 'plugins/mod_presence.lua')
-rw-r--r--plugins/mod_presence.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/mod_presence.lua b/plugins/mod_presence.lua
index 933aac62..61239c9a 100644
--- a/plugins/mod_presence.lua
+++ b/plugins/mod_presence.lua
@@ -117,7 +117,6 @@ function handle_normal_presence(origin, stanza)
if priority >= 0 then
local event = { origin = origin }
module:fire_event('message/offline/broadcast', event);
- module:fire_event('message/offline/delete', event);
end
end
if stanza.attr.type == "unavailable" then