aboutsummaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-11-22 00:21:01 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-11-22 00:21:01 +0800
commitddcd5713db721f8221e8e4db32a882a8c77dc827 (patch)
tree1eec21d7ed45652901b2e286bd74ba8ba8cf8ef5 /extensions
parentdc95d64cc9cc83a2e499d667bad90e99c33dcf5e (diff)
downloadgsoc2013-empathy-ddcd5713db721f8221e8e4db32a882a8c77dc827.tar
gsoc2013-empathy-ddcd5713db721f8221e8e4db32a882a8c77dc827.tar.gz
gsoc2013-empathy-ddcd5713db721f8221e8e4db32a882a8c77dc827.tar.bz2
gsoc2013-empathy-ddcd5713db721f8221e8e4db32a882a8c77dc827.tar.lz
gsoc2013-empathy-ddcd5713db721f8221e8e4db32a882a8c77dc827.tar.xz
gsoc2013-empathy-ddcd5713db721f8221e8e4db32a882a8c77dc827.tar.zst
gsoc2013-empathy-ddcd5713db721f8221e8e4db32a882a8c77dc827.zip
Channel_Type_File_Transfer.xml: sync with latest draft
svn path=/trunk/; revision=1850
Diffstat (limited to 'extensions')
-rw-r--r--extensions/Channel_Type_File_Transfer.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/extensions/Channel_Type_File_Transfer.xml b/extensions/Channel_Type_File_Transfer.xml
index 92d90dc11..deb88f5de 100644
--- a/extensions/Channel_Type_File_Transfer.xml
+++ b/extensions/Channel_Type_File_Transfer.xml
@@ -296,22 +296,22 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
The change in state was requested.
</tp:docstring>
</tp:enumvalue>
- <tp:enumvalue suffix="Local_Stopped" value="1">
+ <tp:enumvalue suffix="Local_Stopped" value="2">
<tp:docstring>
The file transfer was cancelled by the local user.
</tp:docstring>
</tp:enumvalue>
- <tp:enumvalue suffix="Remote_Stopped" value="2">
+ <tp:enumvalue suffix="Remote_Stopped" value="3">
<tp:docstring>
The file transfer was cancelled by the remote user.
</tp:docstring>
</tp:enumvalue>
- <tp:enumvalue suffix="Local_Error" value="3">
+ <tp:enumvalue suffix="Local_Error" value="4">
<tp:docstring>
The file transfer was cancelled because of a local error.
</tp:docstring>
</tp:enumvalue>
- <tp:enumvalue suffix="Remote_Error" value="4">
+ <tp:enumvalue suffix="Remote_Error" value="5">
<tp:docstring>
The file transfer was cancelled because of a remote error.
</tp:docstring>