[Telepathy-commits] [telepathy-spec/master] improve State_Pending description
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Tue Nov 4 11:41:09 PST 2008
---
spec/Channel_Type_File_Transfer.xml | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/spec/Channel_Type_File_Transfer.xml b/spec/Channel_Type_File_Transfer.xml
index 5752cff..489c2bb 100644
--- a/spec/Channel_Type_File_Transfer.xml
+++ b/spec/Channel_Type_File_Transfer.xml
@@ -256,11 +256,13 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
<tp:enumvalue suffix="Pending" value="1">
<tp:docstring>
The file transfer is waiting to be accepted/closed by the receiver.
+ The receiver has to call <tp:member-ref>AcceptFile</tp:member-ref>,
+ then wait for the state to change to Open and check the offset value.
</tp:docstring>
</tp:enumvalue>
<tp:enumvalue suffix="Accepted" value="2">
<tp:docstring>
- The receiver has accepted the transfer. The sender now have to
+ The receiver has accepted the transfer. The sender now has to
call <tp:member-ref>ProvideFile</tp:member-ref> to actually start the transfer.
The receiver should now wait for the state to change to Open
and check the offset value.
--
1.5.6.5
More information about the Telepathy-commits
mailing list