Add missing JID import in XEP-0079 and 0258

This commit is contained in:
mathieui 2016-10-27 00:17:29 +02:00
parent 8a7448a5a1
commit 20c4ff823a
2 changed files with 2 additions and 0 deletions

View file

@ -8,6 +8,7 @@
from __future__ import unicode_literals
from slixmpp import JID
from slixmpp.xmlstream import ElementBase, register_stanza_plugin

View file

@ -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