[Telepathy-commits] [telepathy-spec/master] ChannelRequest: add UserActionTime, Requests properties

Simon McVittie simon.mcvittie at collabora.co.uk
Fri Sep 26 08:21:46 PDT 2008


---
 spec/Channel_Request.xml |   38 ++++++++++++++++++++++++++++++++++++++
 1 files changed, 38 insertions(+), 0 deletions(-)

diff --git a/spec/Channel_Request.xml b/spec/Channel_Request.xml
index c61b8e5..65b5384 100644
--- a/spec/Channel_Request.xml
+++ b/spec/Channel_Request.xml
@@ -38,6 +38,34 @@
       </tp:rationale>
     </tp:docstring>
 
+    <property name="UserActionTime" type="t" tp:type="Unix_Timestamp64"
+      access="read">
+      <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
+        <p>The time at which user action occurred, or 0 if this channel
+          request is for some reason not involving user action.</p>
+
+        <p>This property is set by
+          <tp:member-ref>CreateChannelForAccount</tp:member-ref>.
+          Before that method has been called, the contents of this
+          property are undefined; after that method has been called,
+          the contents of this property cannot change.</p>
+      </tp:docstring>
+    </property>
+
+    <property name="Requests" type="aa{sv}"
+      tp:type="Qualified_Property_Value_Map[]"
+      access="read">
+      <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
+        <p>The request or requests that have been made.</p>
+
+        <p>This property is set by
+          <tp:member-ref>CreateChannelForAccount</tp:member-ref>.
+          Before that method has been called, the contents of this
+          property are undefined; after that method has been called,
+          the contents of this property cannot change.</p>
+      </tp:docstring>
+    </property>
+
     <method name="CreateChannelForAccount">
       <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
         <p>Request that a new channel is created.</p>
@@ -76,6 +104,16 @@
         </tp:docstring>
       </arg>
 
+      <arg direction="in" name="User_Action_Time" type="t"
+        tp:type="Unix_Timestamp64">
+        <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
+          <p>The time at which user action occurred, or 0 if this channel
+            request is for some reason not involving user action.
+            The <tp:member-ref>UserActionTime</tp:member-ref> property
+            will be set to this value.</p>
+        </tp:docstring>
+      </arg>
+
       <arg direction="in" name="Preferred_Handler" type="s"
         tp:type="DBus_Bus_Name">
         <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
-- 
1.5.6.5




More information about the Telepathy-commits mailing list