# HG changeset patch # User Matthew Wild # Date 1534070002 -3600 # Node ID 822e9c5ff4a43d66143cec2306d86c081acbd54f # Parent 5f03fe90704fe204cf703a4b6f1df8109f5d4fcb util.pubsub: Allow outcasts to get their subscription status diff -r 5f03fe90704f -r 822e9c5ff4a4 util/pubsub.lua --- 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; };