util.pubsub: Allow outcasts to get their subscription status

This commit is contained in:
Matthew Wild 2018-08-12 11:33:22 +01:00
parent f4a39e28dc
commit a86ca3faa1

View file

@ -11,6 +11,8 @@ local default_config = {
normalize_jid = function (jid) return jid; end;
capabilities = {
outcast = {
get_subscription = true;
get_subscriptions = true;
be_subscribed = false;
be_unsubscribed = true;
};