[Bug 29218] TpStreamTube - high level stream tube API

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Sep 7 14:09:52 CEST 2010


https://bugs.freedesktop.org/show_bug.cgi?id=29218

--- Comment #13 from Guillaume Desmottes <guillaume.desmottes at collabora.co.uk> 2010-09-07 05:09:52 PDT ---
Another thing it would be good to add is ConnectionClosed support:
http://telepathy.freedesktop.org/spec/Channel_Type_Stream_Tube.html#org.freedesktop.Telepathy.Channel.Type.StreamTube.ConnectionClosed

We have some options here:

A) Expose the connection ID to the user and let it map it to the actual
connection. Easy but not very elegant.

B)  fire something like  connection-closed (GSocketConnection, TpError, const
gchar *msg)

C) Ideally it could be nice to have a new object TubeConnection inheriting from
GSocketConnection but the object is actually either a GTcpConnection or a
GUnixConnection so we have diamond inheritance problem :\

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.



More information about the telepathy-bugs mailing list