Import xmpp in jingle_content, so that JingleContent.__content can work. fixes #5524
This commit is contained in:
parent
d5e3c6a935
commit
dea4cdc073
|
@ -15,6 +15,8 @@
|
||||||
Handles Jingle contents (XEP 0166)
|
Handles Jingle contents (XEP 0166)
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
import xmpp
|
||||||
|
|
||||||
contents = {}
|
contents = {}
|
||||||
|
|
||||||
def get_jingle_content(node):
|
def get_jingle_content(node):
|
||||||
|
|
Loading…
Reference in New Issue