Skip to content
Snippets Groups Projects
Commit d2fddc25 authored by zimio's avatar zimio
Browse files

initiator on transport-info

parent 64025059
No related branches found
No related tags found
No related merge requests found
......@@ -632,7 +632,7 @@ class JingleSession(object):
attrs = {'action': action,
'sid': self.sid}
if action == 'session-initiate' or action == 'session-accept' or \
action == 'transport-replace':
action == 'transport-replace' or action == 'transport-info':
attrs['initiator'] = self.initiator
jingle = stanza.addChild('jingle', attrs=attrs, namespace=xmpp.NS_JINGLE)
if reason is not None:
......
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