mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
mod_presence: Fire a presence/initial event on initial presence
This commit is contained in:
parent
496c55391e
commit
15b3071beb
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue