mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
mod_presence: Enable firing of pre-events for probes.
This commit is contained in:
parent
dfb8c6b98c
commit
5f4b882a77
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ function handle_normal_presence(origin, stanza)
|
|||
for jid, item in pairs(roster) do -- probe all contacts we are subscribed to
|
||||
if item.subscription == "both" or item.subscription == "to" then
|
||||
probe.attr.to = jid;
|
||||
core_route_stanza(origin, probe);
|
||||
core_post_stanza(origin, probe, true);
|
||||
end
|
||||
end
|
||||
for _, res in pairs(user and user.sessions or NULL) do -- broadcast from all available resources
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue