[Telepathy-commits] [telepathy-spec/master] Make sure the state with value 0 is unspecified.

Jonny Lamb jonny.lamb at collabora.co.uk
Fri Nov 14 02:45:10 PST 2008


20080819152203-8ed0e-6fe521a711c1bc8a1bd2e56777f858d3b350c908.gz
---
 spec/Channel_Type_File.xml |   15 ++++++++++-----
 1 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/spec/Channel_Type_File.xml b/spec/Channel_Type_File.xml
index 72dfaee..c9f40f0 100644
--- a/spec/Channel_Type_File.xml
+++ b/spec/Channel_Type_File.xml
@@ -146,27 +146,32 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
     </property>
 
     <tp:enum name="File_Transfer_State" type="u">
-      <tp:enumvalue suffix="Local_Pending" value="0">
+      <tp:enumvalue suffix="None" value="0">
+        <tp:docstring>
+          The file transfer is currently not set up correctly.
+        </tp:docstring>
+      </tp:enumvalue>
+      <tp:enumvalue suffix="Local_Pending" value="1">
         <tp:docstring>
           The file transfer is waiting to be accepted/closed locally.
         </tp:docstring>
       </tp:enumvalue>
-      <tp:enumvalue suffix="Remote_Pending" value="1">
+      <tp:enumvalue suffix="Remote_Pending" value="2">
         <tp:docstring>
           The file transfer is waiting to be accepted/closed remotely.
         </tp:docstring>
       </tp:enumvalue>
-      <tp:enumvalue suffix="Open" value="2">
+      <tp:enumvalue suffix="Open" value="3">
         <tp:docstring>
           The file transfer is open for traffic.
         </tp:docstring>
       </tp:enumvalue>
-      <tp:enumvalue suffix="Completed" value="3">
+      <tp:enumvalue suffix="Completed" value="4">
         <tp:docstring>
           The file transfer has been completed successfully.
         </tp:docstring>
       </tp:enumvalue>
-      <tp:enumvalue suffix="Canceled" value="4">
+      <tp:enumvalue suffix="Canceled" value="5">
         <tp:docstring>
           The file transfer has been canceled.
         </tp:docstring>
-- 
1.5.6.5




More information about the Telepathy-commits mailing list