summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/xep_0085/chat_states.py
diff options
context:
space:
mode:
Diffstat (limited to 'slixmpp/plugins/xep_0085/chat_states.py')
-rw-r--r--slixmpp/plugins/xep_0085/chat_states.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/slixmpp/plugins/xep_0085/chat_states.py b/slixmpp/plugins/xep_0085/chat_states.py
index 1aab9eaa..ade6eda9 100644
--- a/slixmpp/plugins/xep_0085/chat_states.py
+++ b/slixmpp/plugins/xep_0085/chat_states.py
@@ -28,7 +28,7 @@ class XEP_0085(BasePlugin):
name = 'xep_0085'
description = 'XEP-0085: Chat State Notifications'
- dependencies = set(['xep_0030'])
+ dependencies = {'xep_0030'}
stanza = stanza
def plugin_init(self):