[Telepathy-commits] [mingle/master] Dump the pipeline once the call is accepted
Sjoerd Simons
sjoerd at luon.net
Mon Nov 24 13:25:30 PST 2008
---
jingle.py | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/jingle.py b/jingle.py
index 971fa2b..0a7ab70 100644
--- a/jingle.py
+++ b/jingle.py
@@ -785,6 +785,8 @@ class JingleBaseSession:
self.namespace, jingle)
for c in contents:
self.contents[c['name']].session_accept(c)
+
+ self.conference.dump()
return make_iq_result(iq)
def action_transport_info(self, iq, jingle):
@@ -832,6 +834,9 @@ class JingleBaseSession:
c.accepted()
iq.send()
+ self.conference.dump()
+
+
def handle_session_initiate(self, iq, contact):
mtypes = { "audio": farsight.MEDIA_TYPE_AUDIO,
"video": farsight.MEDIA_TYPE_VIDEO }
--
1.5.6.5
More information about the Telepathy-commits
mailing list