starttls: make the starttls element inherit from stanzabase

This commit is contained in:
mathieui 2021-04-24 20:56:31 +02:00
parent 00d38c1b29
commit 451bee0892

View file

@ -6,7 +6,7 @@
from slixmpp.xmlstream import StanzaBase, ElementBase
class STARTTLS(ElementBase):
class STARTTLS(StanzaBase):
"""
"""