[telepathy-gabble/master] Don't include <transport/> in description-info

Will Thompson will.thompson at collabora.co.uk
Sat Jun 27 03:44:32 PDT 2009


---
 src/jingle-content.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/jingle-content.c b/src/jingle-content.c
index b3c9816..0cd2482 100644
--- a/src/jingle-content.c
+++ b/src/jingle-content.c
@@ -909,7 +909,7 @@ gabble_jingle_content_maybe_send_description (GabbleJingleContent *self)
       LmMessage *msg = gabble_jingle_session_new_message (self->session,
           JINGLE_ACTION_DESCRIPTION_INFO, &sess_node);
 
-      gabble_jingle_content_produce_node (self, sess_node, TRUE, TRUE, NULL);
+      gabble_jingle_content_produce_node (self, sess_node, TRUE, FALSE, NULL);
       gabble_jingle_session_send (self->session, msg, NULL, NULL);
     }
   else
-- 
1.5.6.5




More information about the telepathy-commits mailing list