From 62391a895ad90ef3cab399efebaac5da9700d79e Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Sun, 17 Jun 2012 23:19:35 -0700 Subject: Update plugin list, fix syntax error. --- sleekxmpp/plugins/xep_0223.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sleekxmpp/plugins/xep_0223.py') diff --git a/sleekxmpp/plugins/xep_0223.py b/sleekxmpp/plugins/xep_0223.py index 433fe9d0..2ad257df 100644 --- a/sleekxmpp/plugins/xep_0223.py +++ b/sleekxmpp/plugins/xep_0223.py @@ -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): """ -- cgit v1.2.3