[Telepathy-commits] [telepathy-spec/master] Added an Accepted state to File_Transfer_State enum.
Jonny Lamb
jonny.lamb at collabora.co.uk
Fri Nov 14 02:45:12 PST 2008
20080820120513-8ed0e-f86f3a18958c737f384535e2940f0b1bd8594377.gz
---
spec/Channel_Type_File.xml | 17 ++++++++++++-----
1 files changed, 12 insertions(+), 5 deletions(-)
diff --git a/spec/Channel_Type_File.xml b/spec/Channel_Type_File.xml
index 33a17a9..55d0bcf 100644
--- a/spec/Channel_Type_File.xml
+++ b/spec/Channel_Type_File.xml
@@ -173,27 +173,34 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
as a transfer.
</tp:docstring>
</tp:enumvalue>
- <tp:enumvalue suffix="Local_Pending" value="2">
+ <tp:enumvalue suffix="Accepted" value="2">
+ <tp:docstring>
+ The file transfer has been accepted locally, but not currently open.
+ The transfer should now wait for the state to change to open and
+ check the offset value.
+ </tp:docstring>
+ </tp:enumvalue>
+ <tp:enumvalue suffix="Local_Pending" value="3">
<tp:docstring>
The file transfer is waiting to be accepted/closed locally.
</tp:docstring>
</tp:enumvalue>
- <tp:enumvalue suffix="Remote_Pending" value="3">
+ <tp:enumvalue suffix="Remote_Pending" value="4">
<tp:docstring>
The file transfer is waiting to be accepted/closed remotely.
</tp:docstring>
</tp:enumvalue>
- <tp:enumvalue suffix="Open" value="4">
+ <tp:enumvalue suffix="Open" value="5">
<tp:docstring>
The file transfer is open for traffic.
</tp:docstring>
</tp:enumvalue>
- <tp:enumvalue suffix="Completed" value="5">
+ <tp:enumvalue suffix="Completed" value="6">
<tp:docstring>
The file transfer has been completed successfully.
</tp:docstring>
</tp:enumvalue>
- <tp:enumvalue suffix="Canceled" value="6">
+ <tp:enumvalue suffix="Canceled" value="7">
<tp:docstring>
The file transfer has been canceled.
</tp:docstring>
--
1.5.6.5
More information about the Telepathy-commits
mailing list