mod_presence: Quick fix to make probes from local users to local hosts work.

This commit is contained in:
Waqas Hussain 2010-01-29 21:08:18 +05:00
parent 90a52d44b3
commit 927e5d1974

View file

@ -76,6 +76,7 @@ function handle_normal_presence(origin, stanza, core_route_stanza)
end
end
if stanza.attr.type == nil and not origin.presence then -- initial presence
origin.presence = stanza; -- FIXME repeated later
local probe = st.presence({from = origin.full_jid, type = "probe"});
for jid, item in pairs(roster) do -- probe all contacts we are subscribed to
if item.subscription == "both" or item.subscription == "to" then