Add missing JID import in XEP-0079 and 0258
This commit is contained in:
parent
8a7448a5a1
commit
20c4ff823a
2 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from slixmpp import JID
|
||||
from slixmpp.xmlstream import ElementBase, register_stanza_plugin
|
||||
|
||||
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
from base64 import b64encode, b64decode
|
||||
|
||||
from slixmpp import JID
|
||||
from slixmpp.util import bytes
|
||||
from slixmpp.xmlstream import ElementBase, ET, register_stanza_plugin
|
||||
|
||||
|
|
Loading…
Reference in a new issue