From b7f5aed23c4253145811b7759f8ea8ed120903a1 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 2 May 2012 10:50:14 +0200 Subject: client-factory: prepare TP_CHANNEL_FEATURE_CONTACTS We are about to use the channel-contacts API so best to make sure they will work. https://bugzilla.gnome.org/show_bug.cgi?id=675229 --- libempathy/empathy-client-factory.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libempathy/empathy-client-factory.c') diff --git a/libempathy/empathy-client-factory.c b/libempathy/empathy-client-factory.c index 2a8559441..9135562fb 100644 --- a/libempathy/empathy-client-factory.c +++ b/libempathy/empathy-client-factory.c @@ -66,6 +66,9 @@ empathy_client_factory_dup_channel_features (TpSimpleClientFactory *factory, features = chainup->dup_channel_features (factory, channel); + feature = TP_CHANNEL_FEATURE_CONTACTS; + g_array_append_val (features, feature); + if (EMPATHY_IS_TP_CHAT (channel)) { feature = TP_CHANNEL_FEATURE_CHAT_STATES; -- cgit v1.2.3