aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_presence.lua
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2014-06-21 15:05:52 +0200
committerKim Alvefur <zash@zash.se>2014-06-21 15:05:52 +0200
commit9c0da6a29b9d6260909c84f02355488dbd4e414d (patch)
treeb2f59bdc9faeaf18b51e6b13f3b78a625c8a7510 /plugins/mod_presence.lua
parent3f4c83225b50777da921a2a11aac6d07296b2b8c (diff)
parent0226460cacd55adf96cb46f57f6a010181f445c5 (diff)
downloadprosody-9c0da6a29b9d6260909c84f02355488dbd4e414d.tar.gz
prosody-9c0da6a29b9d6260909c84f02355488dbd4e414d.zip
Merge 0.10->trunk
Diffstat (limited to 'plugins/mod_presence.lua')
-rw-r--r--plugins/mod_presence.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/mod_presence.lua b/plugins/mod_presence.lua
index 2899bd7e..32a25b59 100644
--- a/plugins/mod_presence.lua
+++ b/plugins/mod_presence.lua
@@ -137,6 +137,9 @@ function handle_normal_presence(origin, stanza)
origin.directed = nil;
end
else
+ if not origin.presence then
+ module:fire_event("presence/initial", { origin = origin, stanza = stanza } );
+ end
origin.presence = stanza;
stanza:tag("delay", { xmlns = "urn:xmpp:delay", from = host, stamp = datetime.datetime() }):up();
if origin.priority ~= priority then