Software /
code /
prosody
Changeset
9172:822e9c5ff4a4
util.pubsub: Allow outcasts to get their subscription status
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sun, 12 Aug 2018 11:33:22 +0100 |
parents | 9171:5f03fe90704f |
children | 9173:c53663e13b51 |
files | util/pubsub.lua |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/util/pubsub.lua Sun Aug 12 10:43:18 2018 +0100 +++ b/util/pubsub.lua Sun Aug 12 11:33:22 2018 +0100 @@ -11,6 +11,8 @@ normalize_jid = function (jid) return jid; end; capabilities = { outcast = { + get_subscription = true; + get_subscriptions = true; be_subscribed = false; be_unsubscribed = true; };