aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-08-26 16:59:14 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-08-29 17:47:40 +0800
commit2df03efb4efc73eb7e4209f9eadb10ff6d646a4b (patch)
tree09858a2c3e9c30a98164a241a4f9fc6d449b205e /libempathy
parent41515259986697a443e892ad31043d2275915eea (diff)
downloadgsoc2013-empathy-2df03efb4efc73eb7e4209f9eadb10ff6d646a4b.tar
gsoc2013-empathy-2df03efb4efc73eb7e4209f9eadb10ff6d646a4b.tar.gz
gsoc2013-empathy-2df03efb4efc73eb7e4209f9eadb10ff6d646a4b.tar.bz2
gsoc2013-empathy-2df03efb4efc73eb7e4209f9eadb10ff6d646a4b.tar.lz
gsoc2013-empathy-2df03efb4efc73eb7e4209f9eadb10ff6d646a4b.tar.xz
gsoc2013-empathy-2df03efb4efc73eb7e4209f9eadb10ff6d646a4b.tar.zst
gsoc2013-empathy-2df03efb4efc73eb7e4209f9eadb10ff6d646a4b.zip
Allow to call phone number of contacts
https://bugzilla.gnome.org/show_bug.cgi?id=650112
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-client-factory.c3
1 files changed, 3 insertions, 0 deletions
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;
}