summaryrefslogtreecommitdiff
path: root/sleekxmpp/plugins/xep_0222.py
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2012-06-17 23:19:35 -0700
committerLance Stout <lancestout@gmail.com>2012-06-18 22:08:38 -0700
commit62391a895ad90ef3cab399efebaac5da9700d79e (patch)
tree78022abe497c8a94b5dafb0b121d59cf16917593 /sleekxmpp/plugins/xep_0222.py
parent9bcdd7d18f1d7d10efd4a963b852b78df3332f7d (diff)
downloadslixmpp-62391a895ad90ef3cab399efebaac5da9700d79e.tar.gz
slixmpp-62391a895ad90ef3cab399efebaac5da9700d79e.tar.bz2
slixmpp-62391a895ad90ef3cab399efebaac5da9700d79e.tar.xz
slixmpp-62391a895ad90ef3cab399efebaac5da9700d79e.zip
Update plugin list, fix syntax error.
Diffstat (limited to 'sleekxmpp/plugins/xep_0222.py')
-rw-r--r--sleekxmpp/plugins/xep_0222.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sleekxmpp/plugins/xep_0222.py b/sleekxmpp/plugins/xep_0222.py
index 4c976104..ade78b16 100644
--- a/sleekxmpp/plugins/xep_0222.py
+++ b/sleekxmpp/plugins/xep_0222.py
@@ -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):
"""