summaryrefslogtreecommitdiff
path: root/spec/Channel_Interface_Room.xml
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2011-11-10 23:06:58 +0000
committerJonny Lamb <jonny.lamb@collabora.co.uk>2011-11-10 23:08:12 +0000
commita06045dc90c7b342d09f0d8a1d1b47469a20a5ae (patch)
treed3d7b5d45ec7a0e096b1e529f00b103097afaf38 /spec/Channel_Interface_Room.xml
parent388fdb5e4663caae902c959fe3f375b71eabf3fa (diff)
downloadtelepathy-glib-a06045dc90c7b342d09f0d8a1d1b47469a20a5ae.tar.gz
spec: update to version 0.25.0
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'spec/Channel_Interface_Room.xml')
-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 8f3d3c150..92423b67c 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="0.25.0"/>
+ <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="0.25.0"/>
+ <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="0.25.0"/>
+ <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: -->