[telepathy-gabble/master] Properly ignore transport-info ACKs.

Will Thompson will.thompson at collabora.co.uk
Mon Jun 22 08:25:05 PDT 2009


We don't need to do anything in response to the peer acking or naking
our transport-infos; using _send_with_reply with a NULL callback stops
the debugging output being full of spurious "unknown iq" warnings.
---
 src/jingle-transport-google.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/jingle-transport-google.c b/src/jingle-transport-google.c
index 1de8396..c7fe0ef 100644
--- a/src/jingle-transport-google.c
+++ b/src/jingle-transport-google.c
@@ -486,7 +486,8 @@ transmit_candidates (GabbleJingleTransportGoogle *transport, GList *candidates)
 
     }
 
-  _gabble_connection_send (priv->content->conn, msg, NULL);
+  _gabble_connection_send_with_reply (priv->content->conn, msg, NULL, NULL,
+      NULL, NULL);
   lm_message_unref (msg);
 }
 
-- 
1.5.6.5




More information about the telepathy-commits mailing list