Skip to content
Snippets Groups Projects
Commit b6db6026 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Fix typo

parent b94c8274
No related branches found
No related tags found
No related merge requests found
......@@ -156,7 +156,7 @@ class ConnectionJingle(object):
use_security = contact.supports(nbxmpp.NS_JINGLE_XTLS)
jingle = JingleSession(self, weinitiate=True, jid=jid, werequest=request)
# this is a file transfer
jingle.session_type_FT = True
jingle.session_type_ft = True
self._sessions[jingle.sid] = jingle
file_props.sid = jingle.sid
if contact.supports(nbxmpp.NS_JINGLE_BYTESTREAM):
......
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