mod_presence: Enable firing of pre-events for probes.

This commit is contained in:
Waqas Hussain 2010-06-04 18:36:04 +05:00
parent dfb8c6b98c
commit 5f4b882a77

View file

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