diff options
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2018-06-08 15:27:13 +0200 |
---|---|---|
committer | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2018-06-08 15:27:13 +0200 |
commit | d6070b967803d34d9a016b13d87f769c37c8bbfb (patch) | |
tree | ca3c6a9576e205c5f934ae0a022b7131db82c1a0 /util/presence.lua | |
parent | f491dbcf98c6273b6a59369cd530ed619746b432 (diff) | |
download | prosody-d6070b967803d34d9a016b13d87f769c37c8bbfb.tar.gz prosody-d6070b967803d34d9a016b13d87f769c37c8bbfb.zip |
util.presence: Remove TODO about deprecated XEP-0016.
Diffstat (limited to 'util/presence.lua')
-rw-r--r-- | util/presence.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/presence.lua b/util/presence.lua index f6370354..8d1ae2d9 100644 --- a/util/presence.lua +++ b/util/presence.lua @@ -13,7 +13,6 @@ local function select_top_resources(user) local recipients = {}; for _, session in pairs(user.sessions) do -- find resource with greatest priority if session.presence then - -- TODO check active privacy list for session local p = session.priority; if p > priority then priority = p; |