plugins/mod_presence.lua

changeset 3183
28a5c0bda928
parent 3182
a19dbb6446a0
child 3188
d35b181a895a
--- a/plugins/mod_presence.lua	Fri Jun 04 18:30:18 2010 +0500
+++ b/plugins/mod_presence.lua	Fri Jun 04 18:36:04 2010 +0500
@@ -97,7 +97,7 @@
 		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

mercurial