mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
mod_presence: Quick fix to make probes from local users to local hosts work.
This commit is contained in:
parent
0e7b83863a
commit
0ff3e76b77
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue