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

[adminX] don't send wrong mode value when sending bytestreams. Fixes #6868

parent d467db51
No related branches found
No related tags found
No related merge requests found
......@@ -348,7 +348,6 @@ class ConnectionSocks5Bytestream(ConnectionBytestream):
file_props['request-id'] = 'id_' + file_props['sid']
iq.setID(file_props['request-id'])
query = iq.setTag('query', namespace=xmpp.NS_BYTESTREAM)
query.setAttr('mode', 'plain')
query.setAttr('sid', file_props['sid'])
self._add_addiditional_streamhosts_to_query(query, file_props)
......
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