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