summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/xep_0222.py
diff options
context:
space:
mode:
Diffstat (limited to 'slixmpp/plugins/xep_0222.py')
-rw-r--r--slixmpp/plugins/xep_0222.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/slixmpp/plugins/xep_0222.py b/slixmpp/plugins/xep_0222.py
index 059f4c85..7ac7183b 100644
--- a/slixmpp/plugins/xep_0222.py
+++ b/slixmpp/plugins/xep_0222.py
@@ -23,7 +23,7 @@ class XEP_0222(BasePlugin):
name = 'xep_0222'
description = 'XEP-0222: Persistent Storage of Public Data via PubSub'
- dependencies = set(['xep_0163', 'xep_0060', 'xep_0004'])
+ dependencies = {'xep_0163', 'xep_0060', 'xep_0004'}
profile = {'pubsub#persist_items': True,
'pubsub#send_last_published_item': 'never'}