[telepathy-gabble/master] fire ConnectionClosed with existing connections when the tube is closed
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Thu May 21 02:29:03 PDT 2009
---
src/tube-stream.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/tube-stream.c b/src/tube-stream.c
index 97aedc6..eefd0c4 100644
--- a/src/tube-stream.c
+++ b/src/tube-stream.c
@@ -1165,6 +1165,7 @@ close_each_extra_bytestream (gpointer key,
gabble_bytestream_iface_close (bytestream, NULL);
gibber_transport_disconnect (transport);
+ fire_connection_closed (self, transport, GABBLE_ERROR_STR_CANCELLED);
g_hash_table_remove (priv->transport_to_bytestream, transport);
--
1.5.6.5
More information about the telepathy-commits
mailing list