[next] telepathy-spec: Protocol.I.Presence: Mark Statuses property as immutable.

Simon McVittie smcv at kemper.freedesktop.org
Fri May 11 06:27:11 PDT 2012


Module: telepathy-spec
Branch: next
Commit: 32a3d0d4958ab2a9d32b0d7a12b72a60d5e63909
URL:    http://cgit.freedesktop.org/telepathy/telepathy-spec/commit/?id=32a3d0d4958ab2a9d32b0d7a12b72a60d5e63909

Author: Andre Moreira Magalhaes (andrunko) <andre.magalhaes at collabora.co.uk>
Date:   Tue Apr  3 19:04:14 2012 -0300

Protocol.I.Presence: Mark Statuses property as immutable.

---

 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 ddff332..447d2ce 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"



More information about the telepathy-commits mailing list