[telepathy-gabble/master] Avoid "unknown IQ" messages for Jingle responses

Will Thompson will.thompson at collabora.co.uk
Fri Apr 24 07:13:51 PDT 2009


Reviewed-by: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
---
 src/jingle-session.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/jingle-session.c b/src/jingle-session.c
index 9f41de1..9b44143 100644
--- a/src/jingle-session.c
+++ b/src/jingle-session.c
@@ -1501,7 +1501,8 @@ gabble_jingle_session_send (GabbleJingleSession *sess, LmMessage *msg,
     }
   else
     {
-      _gabble_connection_send (priv->conn, msg, NULL);
+      _gabble_connection_send_with_reply (priv->conn, msg,
+          NULL, NULL, NULL, NULL);
     }
 
   lm_message_unref (msg);
-- 
1.5.6.5



More information about the telepathy-commits mailing list