From b0b35d4ebe98e1321c5f9003404fa4bdda255b18 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 7 Jan 2014 14:37:19 +0000 Subject: [PATCH] Contact_Info_Field_Flag_Read_Only: add Bug: https://bugs.freedesktop.org/show_bug.cgi?id=64520 --- spec/Connection_Interface_Contact_Info.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/spec/Connection_Interface_Contact_Info.xml b/spec/Connection_Interface_Contact_Info.xml index 527d325..3865dd9 100644 --- a/spec/Connection_Interface_Contact_Info.xml +++ b/spec/Connection_Interface_Contact_Info.xml @@ -500,6 +500,23 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + + + +

Indicates that this field is read-only in the contact's + own vCard: it might be synthesized by either the server + or the connection manager. For instance, the Google Talk XMPP + server includes each contact's Google Plus URL in their vCard + as a read-only URL field.

+ +

User interfaces SHOULD present this field as uneditable, or + hide it entirely.

+ +

If a client attempts to edit a read-only field, the result + is undefined. It may appear to succeed (but actually be ignored), + or cause an error.

+
+
-- 1.8.5.2