mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
util.pubsub: Explicitly add all capabilities to the 'outcast' affiliation for completeness
This commit is contained in:
parent
df5360e6a3
commit
a60bb9bb13
1 changed files with 16 additions and 0 deletions
|
@ -11,10 +11,26 @@ local default_config = {
|
|||
normalize_jid = function (jid) return jid; end;
|
||||
capabilities = {
|
||||
outcast = {
|
||||
create = false;
|
||||
publish = false;
|
||||
retract = false;
|
||||
get_nodes = false;
|
||||
|
||||
subscribe = false;
|
||||
unsubscribe = false;
|
||||
get_subscription = true;
|
||||
get_subscriptions = true;
|
||||
get_items = false;
|
||||
|
||||
subscribe_other = false;
|
||||
unsubscribe_other = false;
|
||||
get_subscription_other = false;
|
||||
get_subscriptions_other = false;
|
||||
|
||||
be_subscribed = false;
|
||||
be_unsubscribed = true;
|
||||
|
||||
set_affiliation = false;
|
||||
};
|
||||
none = {
|
||||
create = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue