[Telepathy-commits] [telepathy-salut/master] struct _SalutTubesChannelPrivate: distinguish fields used by muc tubes and 1-1 tubes

Alban Crequy alban.crequy at collabora.co.uk
Tue Nov 25 03:59:21 PST 2008


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

diff --git a/src/salut-tubes-channel.c b/src/salut-tubes-channel.c
index f678645..2407610 100644
--- a/src/salut-tubes-channel.c
+++ b/src/salut-tubes-channel.c
@@ -138,10 +138,11 @@ struct _SalutTubesChannelPrivate
   TpHandle handle;
   TpHandleType handle_type;
   TpHandleType self_handle;
+
+  /* Used for MUC tubes channel only */
   GibberMucConnection *muc_connection;
 
-  /* In case of 1-1 tube channel, we need to send <iq> stanza to the contact
-   * on a Xmpp connection */
+  /* Used for 1-1 tubes channel */
   SalutContact *contact;
   GibberXmppConnection *xmpp_connection;
   SalutXmppConnectionManager *xmpp_connection_manager;
-- 
1.5.6.5




More information about the Telepathy-commits mailing list