From b58a83f27d9c2a14a4eb0545574c56f396fb0a65 Mon Sep 17 00:00:00 2001
From: Danielle Madeley
Date: Mon, 7 Nov 2011 16:10:55 +1100
Subject: [PATCH] Chan.I.Subject: add values for when properties are unknown
Specifically ActorHandle and Timestamp.
https://bugs.freedesktop.org/show_bug.cgi?id=42652
---
spec/Channel_Interface_Subject.xml | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/spec/Channel_Interface_Subject.xml b/spec/Channel_Interface_Subject.xml
index 1ea7d55..ec9359b 100644
--- a/spec/Channel_Interface_Subject.xml
+++ b/spec/Channel_Interface_Subject.xml
@@ -86,7 +86,8 @@
- The handle corresponding to Actor.
+ The handle corresponding to Actor,
+ or 0 if the Actor is unknown.
@@ -94,7 +95,7 @@
type="x" tp:type="Unix_Timestamp64" access="read">
A unix timestamp indicating when the subject was last
- modified.
+ modified, or INT_MAX64
if unknown.
This property replaces the subject-timestamp
Telepathy property of Text channels, as Telepathy properties
--
1.7.5.4