Add missing JID import in XEP-0079 and 0258
This commit is contained in:
parent
8a7448a5a1
commit
20c4ff823a
@ -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 New Issue
Block a user