mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
mod_presence: Revert empty 'to' attribute of presence before presence/initial event (fixes #1296)
This commit is contained in:
parent
5cd064035a
commit
b2d3ebb76d
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ function handle_normal_presence(origin, stanza)
|
|||
core_post_stanza(origin, stanza, true);
|
||||
end
|
||||
end
|
||||
stanza.attr.to = nil;
|
||||
if stanza.attr.type == nil and not origin.presence then -- initial presence
|
||||
module:fire_event("presence/initial", { origin = origin, stanza = stanza } );
|
||||
origin.presence = stanza; -- FIXME repeated later
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue