After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 681444 - Wrong Service for GTalk accounts
Wrong Service for GTalk accounts
Status: RESOLVED FIXED
Product: empathy
Classification: Core
Component: UOA
2.33.x
Other Linux
: Normal normal
: ---
Assigned To: empathy-maint
empathy-maint
Depends on:
Blocks:
 
 
Reported: 2012-08-08 12:15 UTC by Guillaume Desmottes
Modified: 2012-08-20 11:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Telepathy service is "google-talk" not "google" (1.59 KB, patch)
2012-08-20 11:24 UTC, Xavier Claessens
none Details | Review

Description Guillaume Desmottes 2012-08-08 12:15:46 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.
Comment 1 Xavier Claessens 2012-08-20 11:24:23 UTC
Created attachment 221819 [details] [review]
Telepathy service is "google-talk" not "google"
Comment 2 Xavier Claessens 2012-08-20 11:37:13 UTC
merged.