aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
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 9e915f978..2d3691a1e 100644
--- a/libempathy/empathy-client-factory.c
+++ b/libempathy/empathy-client-factory.c
@@ -92,6 +92,9 @@ empathy_client_factory_dup_account_features (TpSimpleClientFactory *factory,
feature = TP_ACCOUNT_FEATURE_ADDRESSING;
g_array_append_val (features, feature);
+ feature = TP_ACCOUNT_FEATURE_STORAGE;
+ g_array_append_val (features, feature);
+
return features;
}