XEP-0223: Fix default access_model, it MUST be whitelist.
This commit is contained in:
parent
15c6b775ff
commit
7cd73b594e
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class XEP_0223(BasePlugin):
|
|||
dependencies = {'xep_0163', 'xep_0060', 'xep_0004'}
|
||||
|
||||
profile = {'pubsub#persist_items': True,
|
||||
'pubsub#send_last_published_item': 'never'}
|
||||
'pubsub#access_model': 'whitelist'}
|
||||
|
||||
def configure(self, node, ifrom=None, callback=None, timeout=None):
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue