Update plugin list, fix syntax error.
This commit is contained in:
@@ -26,7 +26,7 @@ class XEP_0222(BasePlugin):
|
||||
dependencies = set(['xep_0163', 'xep_0060', 'xep_0004'])
|
||||
|
||||
profile = {'pubsub#persist_items': True,
|
||||
'pubsub#send_last_published_item', 'never'}
|
||||
'pubsub#send_last_published_item': 'never'}
|
||||
|
||||
def configure(self, node):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user