summaryrefslogtreecommitdiff
path: root/slixmpp/features/feature_bind/stanza.py
diff options
context:
space:
mode:
Diffstat (limited to 'slixmpp/features/feature_bind/stanza.py')
-rw-r--r--slixmpp/features/feature_bind/stanza.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/slixmpp/features/feature_bind/stanza.py b/slixmpp/features/feature_bind/stanza.py
index b9ecd97c..96c3e757 100644
--- a/slixmpp/features/feature_bind/stanza.py
+++ b/slixmpp/features/feature_bind/stanza.py
@@ -16,6 +16,6 @@ class Bind(ElementBase):
name = 'bind'
namespace = 'urn:ietf:params:xml:ns:xmpp-bind'
- interfaces = set(('resource', 'jid'))
+ interfaces = {'resource', 'jid'}
sub_interfaces = interfaces
plugin_attrib = 'bind'