Software /
code /
prosody
Diff
plugins/mod_presence.lua @ 7779:b1f80447a2b1
Merge 0.9->0.10
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 09 Dec 2016 17:07:57 +0100 |
parent | 7470:893378a1c03e |
parent | 7778:62e7d6a73c72 |
child | 8071:c3790ca4144f |
line wrap: on
line diff
--- a/plugins/mod_presence.lua Thu Dec 08 17:51:23 2016 +0100 +++ b/plugins/mod_presence.lua Fri Dec 09 17:07:57 2016 +0100 @@ -178,7 +178,9 @@ end core_post_stanza(origin, stanza); send_presence_of_available_resources(node, host, to_bare, origin); - core_post_stanza(origin, st.presence({ type = "probe", from = from_bare, to = to_bare })); + if rostermanager.is_user_subscribed(node, host, to_bare) then + core_post_stanza(origin, st.presence({ type = "probe", from = from_bare, to = to_bare })); + end elseif stanza.attr.type == "unsubscribed" then -- 1. send unavailable -- 2. route stanza