[Telepathy-commits] [telepathy-gabble/master] fix test-capabilities.py - add google p2p transport to the capabilities so that audio calling is possible

Robert McQueen robert.mcqueen at collabora.co.uk
Tue Aug 19 10:52:12 PDT 2008


20080508110750-418b8-ac0a0f3a850a7ba3eaafbd55496f150804fde58a.gz
---
 tests/twisted/test-capabilities.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/tests/twisted/test-capabilities.py b/tests/twisted/test-capabilities.py
index a990265..e9aef79 100644
--- a/tests/twisted/test-capabilities.py
+++ b/tests/twisted/test-capabilities.py
@@ -56,6 +56,8 @@ def test(q, bus, conn, stream):
     feature['var'] = 'http://jabber.org/protocol/jingle'
     feature = query.addElement('feature')
     feature['var'] = 'http://jabber.org/protocol/jingle/description/audio'
+    feature = query.addElement('feature')
+    feature['var'] = 'http://www.google.com/transport/p2p'
     stream.send(result)
 
     # we can now do audio calls
-- 
1.5.6.3




More information about the Telepathy-commits mailing list