diff options
author | Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> | 2012-04-03 19:04:14 -0300 |
---|---|---|
committer | Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> | 2012-04-03 19:04:14 -0300 |
commit | 32a3d0d4958ab2a9d32b0d7a12b72a60d5e63909 (patch) | |
tree | 57342ddd798dbfe3fa7f0f0b2f2b267348e4333d /spec | |
parent | f7e3fe41c1a087ec753963b12ed8b575042729c5 (diff) |
Protocol.I.Presence: Mark Statuses property as immutable.
Diffstat (limited to 'spec')
-rw-r--r-- | spec/Protocol_Interface_Presence.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/Protocol_Interface_Presence.xml b/spec/Protocol_Interface_Presence.xml index ddff3326..447d2cee 100644 --- a/spec/Protocol_Interface_Presence.xml +++ b/spec/Protocol_Interface_Presence.xml @@ -96,7 +96,8 @@ status-chat=2 settable message <property name="Statuses" tp:name-for-bindings="Statuses" - type="a{s(ubb)}" tp:type="Simple_Status_Spec_Map" access="read"> + type="a{s(ubb)}" tp:type="Simple_Status_Spec_Map" access="read" + tp:immutable="yes"> <tp:docstring> <p>The statuses that might appear in the <tp:dbus-ref namespace="org.freedesktop.Telepathy" |