From 2df03efb4efc73eb7e4209f9eadb10ff6d646a4b Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Fri, 26 Aug 2011 10:59:14 +0200 Subject: Allow to call phone number of contacts https://bugzilla.gnome.org/show_bug.cgi?id=650112 --- libempathy/empathy-client-factory.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libempathy') diff --git a/libempathy/empathy-client-factory.c b/libempathy/empathy-client-factory.c index d3cc57e03..3794ef60d 100644 --- a/libempathy/empathy-client-factory.c +++ b/libempathy/empathy-client-factory.c @@ -125,6 +125,9 @@ empathy_client_factory_dup_account_features (TpSimpleClientFactory *factory, feature = TP_ACCOUNT_FEATURE_CONNECTION; g_array_append_val (features, feature); + feature = TP_ACCOUNT_FEATURE_ADDRESSING; + g_array_append_val (features, feature); + return features; } -- cgit v1.2.3