From 10043f3bc298294294cc28993d973862f96e7b0a Mon Sep 17 00:00:00 2001
From: Danielle Madeley
Date: Mon, 7 Nov 2011 17:08:45 +1100
Subject: [PATCH] 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
---
spec/Channel_Interface_Room.xml | 31 +++++++++++++++++++++++++++++++
1 files changed, 31 insertions(+), 0 deletions(-)
diff --git a/spec/Channel_Interface_Room.xml b/spec/Channel_Interface_Room.xml
index 8f3d3c1..6b3c6c8 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.
+
+
+
+
+ The normalized contact ID representing who created the room; or
+ the empty string if unknown.
+
+
+
+
+
+
+ The handle corresponding to Creator;
+ or 0 if Creator is unknown.
+
+
+
+
+
+
+ A unix timestamp indicating when the room was created; or
+ INT_MAX64
if unknown.
+
+
+
--
1.7.5.4