initiator on transport-info

This commit is contained in:
Jefry Lagrange 2011-07-27 14:45:10 -04:00
parent 6402505983
commit d2fddc2562
1 changed files with 1 additions and 1 deletions

View File

@ -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: