[Telepathy-commits] [telepathy-spec/master] Misc. fixes to the InitialOffset property docstring.

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


Signed-off-by: Jonny Lamb <jonny.lamb at collabora.co.uk>
---
 spec/Channel_Type_FileTransfer.xml |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/spec/Channel_Type_FileTransfer.xml b/spec/Channel_Type_FileTransfer.xml
index ef4a422..3cbfcc7 100644
--- a/spec/Channel_Type_FileTransfer.xml
+++ b/spec/Channel_Type_FileTransfer.xml
@@ -168,13 +168,14 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
 
     <property name="InitialOffset" type="t" access="read">
       <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
-        <p>The offset from the beginning of the file that the transfer should
-        start from. This should be checked by the receiver after the transfer
-        changes state from Accepted to Open.</p>
+        <p>The offset in bytes from where the file should be sent. This MUST
+        be checked by both the receiver and the sender after the state
+        becomes Open, but before any data is sent or received. Until the
+        state changes to Open, this property is undefined.</p>
 
         <p>Before setting the <tp:member-ref>State</tp:member-ref> property to
-        Open, the connection manager MUST set the InitialOffset property. If there
-        is no offset then this value MUST be set to 0.</p>
+        Open, the connection manager MUST set the InitialOffset property,
+        possibly to 0.</p>
 
         <p>This property MUST NOT change after the state of the transfer has
         changed to Open.</p>
-- 
1.5.6.5




More information about the Telepathy-commits mailing list