[Telepathy-commits] [muji/master] Add a foundation in the candidates

Sjoerd Simons sjoerd.simons at collabora.co.uk
Thu Feb 19 03:08:58 PST 2009


---
 jingle.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/jingle.py b/jingle.py
index 635d69c..74756e8 100644
--- a/jingle.py
+++ b/jingle.py
@@ -520,6 +520,7 @@ class JingleICETransport(JingleBaseTransport):
         candidate['component'] = str(fscandidate.component_id)
         candidate['generation'] = '0'
         candidate['foundation'] = fscandidate.foundation
+        candidate['id'] = fscandidate.foundation
         candidate['priority'] = str(fscandidate.priority)
         candidate['network'] = "0"
         candidate['type'] = \
-- 
1.5.6.5



More information about the telepathy-commits mailing list