From b9d097cb326e8e8af3f74b631c7c0cf0b4408db2 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Fri, 4 Mar 2011 15:24:06 +0100 Subject: auth-factory: set Observer.DelayApprovers (#643872) --- libempathy/empathy-auth-factory.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libempathy/empathy-auth-factory.c b/libempathy/empathy-auth-factory.c index 8cbb90a14..03d720744 100644 --- a/libempathy/empathy-auth-factory.c +++ b/libempathy/empathy-auth-factory.c @@ -489,6 +489,8 @@ empathy_auth_factory_constructed (GObject *obj) TP_PROP_CHANNEL_TYPE_SERVER_AUTHENTICATION_AUTHENTICATION_METHOD, G_TYPE_STRING, TP_IFACE_CHANNEL_INTERFACE_SASL_AUTHENTICATION, NULL)); + + tp_base_client_set_observer_delay_approvers (client, TRUE); } static void -- cgit v1.2.3