Skip to content
Snippets Groups Projects
Commit c59c8b88 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

fix <file> xmlns for jingleFT

parent ab330975
No related branches found
No related tags found
No related merge requests found
......@@ -175,7 +175,7 @@ class JingleContent(object):
simode = nbxmpp.simplexml.Node(tag='request')
else:
simode = nbxmpp.simplexml.Node(tag='offer')
file_tag = simode.setTag('file', namespace=nbxmpp.NS_FILE)
file_tag = simode.setTag('file')
if self.file_props.name:
node = nbxmpp.simplexml.Node(tag='name')
node.addData(self.file_props.name)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment