diff options
author | Robert Hoelz <rob@hoelz.ro> | 2010-12-09 12:28:05 -0600 |
---|---|---|
committer | Robert Hoelz <rob@hoelz.ro> | 2010-12-09 12:28:05 -0600 |
commit | 32c092ae0eb8551cd8fb8f124c0ae723672705f5 (patch) | |
tree | 830f6ec0d41fe98c6590b9f28838613d57888b52 /plugins/mod_presence.lua | |
parent | de4b6ceb3376974f56d80129848d5fd0c0009bd7 (diff) | |
download | prosody-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.lua | 1 |
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 |