From 451bee0892077b09d42580153dbd0c92d193f8d8 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sat, 24 Apr 2021 20:56:31 +0200 Subject: starttls: make the starttls element inherit from stanzabase --- slixmpp/features/feature_starttls/stanza.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): """ """ -- cgit v1.2.3