starttls: make the starttls element inherit from stanzabase
This commit is contained in:
parent
00d38c1b29
commit
451bee0892
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
from slixmpp.xmlstream import StanzaBase, ElementBase
|
||||
|
||||
|
||||
class STARTTLS(ElementBase):
|
||||
class STARTTLS(StanzaBase):
|
||||
|
||||
"""
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue