starttls: make the starttls element inherit from stanzabase
This commit is contained in:
parent
00d38c1b29
commit
451bee0892
@ -6,7 +6,7 @@
|
|||||||
from slixmpp.xmlstream import StanzaBase, ElementBase
|
from slixmpp.xmlstream import StanzaBase, ElementBase
|
||||||
|
|
||||||
|
|
||||||
class STARTTLS(ElementBase):
|
class STARTTLS(StanzaBase):
|
||||||
|
|
||||||
"""
|
"""
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user