[telepathy-gabble/telepathy-gabble-0.8] connection: ack the pmuc-v1 cap disco request

Jonny Lamb jonny.lamb at collabora.co.uk
Mon Dec 7 04:13:00 PST 2009


Signed-off-by: Jonny Lamb <jonny.lamb at collabora.co.uk>
---
 src/connection.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/connection.c b/src/connection.c
index 5af1573..2484c7e 100644
--- a/src/connection.c
+++ b/src/connection.c
@@ -1844,6 +1844,11 @@ connection_iq_disco_cb (LmMessageHandler *handler,
       _gabble_connection_send_or_complain (self, result,
           "sending disco response failed");
     }
+  else if (!tp_strdiff (suffix, BUNDLE_PMUC_V1))
+    {
+      _gabble_connection_send_or_complain (self, result,
+          "sending disco response failed");
+    }
   else
     {
       _gabble_connection_send_iq_error (self, message,
-- 
1.5.6.5




More information about the telepathy-commits mailing list