[Telepathy-commits] [telepathy-gabble/master] GabbleTubesChannel: Emit the NewChannel{s, } signals when a stream tube is created as a result of receiving a tube offer from a contact

Alban Crequy alban.crequy at collabora.co.uk
Tue Nov 11 10:03:39 PST 2008


---
 src/tubes-channel.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/tubes-channel.c b/src/tubes-channel.c
index 3021bb9..5091c11 100644
--- a/src/tubes-channel.c
+++ b/src/tubes-channel.c
@@ -1499,6 +1499,9 @@ tube_msg_offered (GabbleTubesChannel *self,
 
   tube = create_new_tube (self, type, priv->handle, service,
       parameters, NULL, tube_id, NULL);
+
+  tp_channel_manager_emit_new_channel (priv->conn->private_tubes_factory,
+      TP_EXPORTABLE_CHANNEL (tube), NULL);
 }
 
 static void
-- 
1.5.6.5




More information about the Telepathy-commits mailing list