Update plugin list, fix syntax error.

This commit is contained in:
Lance Stout 2012-06-17 23:19:35 -07:00
parent 9bcdd7d18f
commit 62391a895a
3 changed files with 4 additions and 2 deletions

View file

@ -49,6 +49,8 @@ __all__ = [
'xep_0199', # Ping
'xep_0202', # Entity Time
'xep_0203', # Delayed Delivery
'xep_0222', # Persistent Storage of Public Data via Pubsub
'xep_0223', # Persistent Storage of Private Data via Pubsub
'xep_0224', # Attention
'xep_0231', # Bits of Binary
'xep_0249', # Direct MUC Invitations

View file

@ -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):
"""

View file

@ -26,7 +26,7 @@ class XEP_0223(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):
"""