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

fix session-initiate

parent d92d86e6
No related branches found
No related tags found
No related merge requests found
......@@ -628,7 +628,7 @@ class JingleSession(object):
def __make_jingle(self, action, reason=None):
stanza = xmpp.Iq(typ='set', to=xmpp.JID(self.peerjid),
frm=self.responder)
frm=self.ourjid)
attrs = {'action': action,
'sid': self.sid}
if action == 'session-initiate' or action == 'session-accept' or \
......
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