[next] telepathy-spec: Handler: merge 'request-properties' key into the Requests_Satisfied arg

Guillaume Desmottes gdesmott at kemper.freedesktop.org
Mon Feb 10 08:30:15 PST 2014


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

Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Mon Feb 10 10:05:29 2014 +0100

Handler: merge 'request-properties' key into the Requests_Satisfied arg

---

 spec/Client_Handler.xml |   16 ++++------------
 1 file changed, 4 insertions(+), 12 deletions(-)

diff --git a/spec/Client_Handler.xml b/spec/Client_Handler.xml
index 05f70e5..3df630a 100644
--- a/spec/Client_Handler.xml
+++ b/spec/Client_Handler.xml
@@ -238,7 +238,8 @@ im.telepathy.v1.Channel.Type.Call1/video/h264=true
         </tp:docstring>
       </arg>
 
-      <arg name="Requests_Satisfied" type="ao" direction="in">
+      <arg name="Requests_Satisfied" type="a{oa{sv}}" direction="in"
+        tp:type="Object_Immutable_Properties_Map">
         <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
           <p>The requests satisfied by this channel.</p>
 
@@ -266,17 +267,8 @@ im.telepathy.v1.Channel.Type.Call1/video/h264=true
 
       <arg name="Handler_Info" type="a{sv}" direction="in">
         <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
-          <p>Additional information about this channel. Currently defined
-            keys are:</p>
-
-          <dl>
-            <dt><code>request-properties</code> - a{oa{sv}}</dt>
-            <dd>A map from <tp:dbus-ref
-              namespace="im.telepathy.v1">ChannelRequest</tp:dbus-ref>
-              paths listed in <var>Requests_Satisfied</var> to
-              <tp:type>Qualified_Property_Value_Map</tp:type>s containing
-              namespaced immutable properties of each request.</dd>
-          </dl>
+          <p>Additional information about this channel. There is no key
+            currently defined.</p>
 
           <p>When more keys are defined for this dictionary, all will be
             optional; handlers MAY safely ignore any entry in this



More information about the telepathy-commits mailing list