mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
mod_presence: Removed a useless check when handling incoming presence probes and subscriptions.
This commit is contained in:
parent
42f63b21d7
commit
1ee72fdb11
1 changed files with 0 additions and 4 deletions
|
@ -227,10 +227,6 @@ function handle_inbound_presence_subscriptions_and_probes(origin, stanza, from_b
|
|||
stanza.attr.from, stanza.attr.to = from_bare, to_bare;
|
||||
log("debug", "inbound presence "..stanza.attr.type.." from "..from_bare.." for "..to_bare);
|
||||
|
||||
if not node then
|
||||
log("debug", "dropping presence sent to host or invalid address '%s'", tostring(to_bare));
|
||||
end
|
||||
|
||||
if stanza.attr.type == "probe" then
|
||||
if rostermanager.is_contact_subscribed(node, host, from_bare) then
|
||||
if 0 == send_presence_of_available_resources(node, host, st_from, origin, core_route_stanza) then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue