[Telepathy-commits] [telepathy-spec/master] Added note about properties being undefined when empty, or zero.
Jonny Lamb
jonny.lamb at collabora.co.uk
Fri Nov 14 02:45:06 PST 2008
20080702192810-8ed0e-6d7bc98aa32fb5d09dfbcc1fa87b0fc3091e5878.gz
---
spec/Channel_Type_File.xml | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/spec/Channel_Type_File.xml b/spec/Channel_Type_File.xml
index 72ce363..b602620 100644
--- a/spec/Channel_Type_File.xml
+++ b/spec/Channel_Type_File.xml
@@ -35,6 +35,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
<p>The file's content-type. This cannot change once the channel has
been created.</p>
+
+ <p>If this property is an empty string, then its value is unspecified.</p>
</tp:docstring>
</property>
@@ -43,6 +45,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<p>The name of the file on the sender's side. This is therefore given
as a suggested filename for the receiver. This cannot change
once the channel has been created.</p>
+
+ <p>If this property is an empty string, then its value is unspecified.</p>
</tp:docstring>
</property>
@@ -51,6 +55,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<p>The size of the file. If this is set to 0 then the size of the file
is unspecified. This cannot change once the channel has been
created.</p>
+
+ <p>If this property is zero, then its value is unspecified.</p>
</tp:docstring>
</property>
@@ -59,6 +65,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<p>MD5 digest of the file as a string of 32 ASCII hex digits, which
SHOULD be lower-case if they are letters. This cannot change once
the channel has been created.</p>
+
+ <p>If this property is an empty string, then its value is unspecified.</p>
</tp:docstring>
</property>
@@ -66,6 +74,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
<p>Description of the file transfer. This cannot change once the
channel has been created.</p>
+
+ <p>If this property is an empty string, then its value is unspecified.</p>
</tp:docstring>
</property>
--
1.5.6.5
More information about the Telepathy-commits
mailing list