summaryrefslogtreecommitdiff
path: root/slixmpp/features/feature_starttls/stanza.py
diff options
context:
space:
mode:
Diffstat (limited to 'slixmpp/features/feature_starttls/stanza.py')
-rw-r--r--slixmpp/features/feature_starttls/stanza.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/slixmpp/features/feature_starttls/stanza.py b/slixmpp/features/feature_starttls/stanza.py
index 5552cf61..2f971723 100644
--- a/slixmpp/features/feature_starttls/stanza.py
+++ b/slixmpp/features/feature_starttls/stanza.py
@@ -6,7 +6,7 @@
from slixmpp.xmlstream import StanzaBase, ElementBase
-class STARTTLS(ElementBase):
+class STARTTLS(StanzaBase):
"""
"""