X-Git-Url: https://git.0d.be/?p=empathy.git;a=blobdiff_plain;f=libempathy%2Fempathy-client-factory.c;h=beaa62157fe8b13a591997cc75e49bb1de3f592e;hp=f7529bf2e590177e98dbe2d30ddd4d5e918cb343;hb=6573920f71ab5d40d27e4fb9b68f11fb0271c7b6;hpb=513e354659c7afc6cf2c860d8466a84b22e3d49f diff --git a/libempathy/empathy-client-factory.c b/libempathy/empathy-client-factory.c index f7529bf2..beaa6215 100644 --- a/libempathy/empathy-client-factory.c +++ b/libempathy/empathy-client-factory.c @@ -158,6 +158,9 @@ empathy_client_factory_dup_connection_features (TpSimpleClientFactory *factory, feature = TP_CONNECTION_FEATURE_BALANCE; g_array_append_val (features, feature); + feature = TP_CONNECTION_FEATURE_CONTACT_BLOCKING; + g_array_append_val (features, feature); + return features; }