Merge 0.11->trunk

This commit is contained in:
Kim Alvefur 2019-01-17 01:09:38 +01:00
commit 06e29c834c
2 changed files with 7 additions and 8 deletions

View file

@ -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