diff options
-rw-r--r-- | core/presencemanager.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/presencemanager.lua b/core/presencemanager.lua index 70fa4194..388f08c4 100644 --- a/core/presencemanager.lua +++ b/core/presencemanager.lua @@ -32,6 +32,7 @@ function send_presence_of_available_resources(user, host, jid, recipient_session end
end
end
+ log("info", "broadcasted presence of "..count.." resources from "..user.."@"..host.." to "..to_bare);
return count;
end
|