mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
util.pubsub: Allow outcasts to get their subscription status
This commit is contained in:
parent
f4a39e28dc
commit
a86ca3faa1
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue