Summary: | add Contact_Info_Field_Flag_Read_Only, for GTalk <URL> | ||
---|---|---|---|
Product: | Telepathy | Reporter: | Simon McVittie <smcv> |
Component: | tp-spec | Assignee: | Simon McVittie <smcv> |
Status: | RESOLVED MOVED | QA Contact: | Telepathy bugs list <telepathy-bugs> |
Severity: | enhancement | ||
Priority: | medium | CC: | will, xclaesse |
Version: | unspecified | Keywords: | patch |
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | review? | ||
i915 platform: | i915 features: | ||
Attachments: | Contact_Info_Field_Flag_Read_Only: add |
Description
Simon McVittie
2013-05-13 08:23:00 UTC
Created attachment 91603 [details] [review] Contact_Info_Field_Flag_Read_Only: add --- Well, that was easy. Remaining to do (untested pseudo-patch for Gabble): if (conn->features & GABBLE_CONNECTION_FEATURES_GOOGLE_ROSTER) { if (!tp_strdiff (vcard_name, "fn")) tp_flags |= TP_CONTACT_INFO_FIELD_FLAG_OVERWRITTEN_BY_NICKNAME; + else if (!tp_strdiff (vcard_name, "url")) + tp_flags |= TP_CONTACT_INFO_FIELD_FLAG_READ_ONLY; } -- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/telepathy/telepathy-spec/issues/138. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.