summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2011-11-07 17:08:45 +1100
committerDanielle Madeley <danielle.madeley@collabora.co.uk>2011-11-07 17:42:40 +1100
commit10043f3bc298294294cc28993d973862f96e7b0a (patch)
tree0f53fa6d4f05f42d26b016f7e650f5b9b4b74ea6
parentc7b8ba61ecc9f0102d8bc49c7fda1e65c8631e74 (diff)
Room: Creator, CreatorHandle and CreationTimestamp
These properties indicate who and when the room was created. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=42653
-rw-r--r--spec/Channel_Interface_Room.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/spec/Channel_Interface_Room.xml b/spec/Channel_Interface_Room.xml
index 8f3d3c15..6b3c6c89 100644
--- a/spec/Channel_Interface_Room.xml
+++ b/spec/Channel_Interface_Room.xml
@@ -332,6 +332,37 @@
and only if non-empty values are supported.</p>
</tp:docstring>
</property>
+
+ <property name="Creator" tp:name-for-bindings="Creator"
+ type="s" access="read" tp:immutable="yes">
+ <tp:added version="UNRELEASED"/>
+ <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
+ The normalized contact ID representing who created the room; or
+ the empty string if unknown.
+ </tp:docstring>
+ </property>
+
+ <property name="CreatorHandle" tp:name-for-bindings="Creator_Handle"
+ type="u" tp:type="Contact_Handle" access="read"
+ tp:immutable="yes">
+ <tp:added version="UNRELEASED"/>
+ <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
+ The handle corresponding to <tp:member-ref>Creator</tp:member-ref>;
+ or 0 if <tp:member-ref>Creator</tp:member-ref> is unknown.
+ </tp:docstring>
+ </property>
+
+ <property name="CreationTimestamp"
+ tp:name-for-bindings="Creation_Timestamp"
+ type="x" tp:type="Unix_Timestamp64" access="read"
+ tp:immutable="yes">
+ <tp:added version="UNRELEASED"/>
+ <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
+ A unix timestamp indicating when the room was created; or
+ <code>INT_MAX64</code> if unknown.
+ </tp:docstring>
+ </property>
+
</interface>
</node>
<!-- vim:set sw=2 sts=2 et ft=xml: -->