GNOME Bugzilla – Bug 681444
Wrong Service for GTalk accounts
Last modified: 2012-08-20 11:37:13 UTC
The service of UOA GTalk accounts is 'google' while it's supposed to be 'google-talk' according to the spec: http://telepathy.freedesktop.org/spec/Account.html#Property:Service The MC plugin uses ag_account_get_provider_name () to return the Service. I guess this is not flexible enough as the provider name is not guaranteed to match the TP service name. We should have a specific key for the service.
Created attachment 221819 [details] [review] Telepathy service is "google-talk" not "google"
merged.