diff options
author | Jonny Lamb <jonnylamb@gnome.org> | 2010-12-15 00:31:57 +0800 |
---|---|---|
committer | Jonny Lamb <jonnylamb@gnome.org> | 2011-01-26 21:37:26 +0800 |
commit | fbcf062fd6e64122fe5727a8765585b0b68c1805 (patch) | |
tree | 75d4f9b7f5aef47cebf3d3fc275608ed53f2d9f3 | |
parent | 31adf5a1bef3cd290ac1eacebdfe20da1c235bbb (diff) | |
download | gsoc2013-empathy-fbcf062fd6e64122fe5727a8765585b0b68c1805.tar gsoc2013-empathy-fbcf062fd6e64122fe5727a8765585b0b68c1805.tar.gz gsoc2013-empathy-fbcf062fd6e64122fe5727a8765585b0b68c1805.tar.bz2 gsoc2013-empathy-fbcf062fd6e64122fe5727a8765585b0b68c1805.tar.lz gsoc2013-empathy-fbcf062fd6e64122fe5727a8765585b0b68c1805.tar.xz gsoc2013-empathy-fbcf062fd6e64122fe5727a8765585b0b68c1805.tar.zst gsoc2013-empathy-fbcf062fd6e64122fe5727a8765585b0b68c1805.zip |
auth-factory: add a comment as to why we're also an approver
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
-rw-r--r-- | libempathy/empathy-auth-factory.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libempathy/empathy-auth-factory.c b/libempathy/empathy-auth-factory.c index 59c256e7a..443962a7c 100644 --- a/libempathy/empathy-auth-factory.c +++ b/libempathy/empathy-auth-factory.c @@ -475,6 +475,12 @@ empathy_auth_factory_constructed (GObject *obj) G_TYPE_STRING, TP_IFACE_CHANNEL_INTERFACE_SASL_AUTHENTICATION, NULL)); + /* We are also an observer so that we can see new auth channels + * popping up and if we have the password already saved to one + * account where an auth channel has just appeared we can call + * Claim() on the CDO so the approver won't get it, which makes + * sense. */ + tp_base_client_take_observer_filter (client, tp_asv_new ( /* ChannelType */ TP_PROP_CHANNEL_CHANNEL_TYPE, G_TYPE_STRING, |