From ee2d2da027b2d0a9d045ae91f4f341a5b0c16363 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Fri, 14 Nov 2008 10:51:08 +0000 Subject: sync with latest FT spec DRAFT --- extensions/Channel_Type_File_Transfer.xml | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) (limited to 'extensions') diff --git a/extensions/Channel_Type_File_Transfer.xml b/extensions/Channel_Type_File_Transfer.xml index deb88f5d..a2432f4b 100644 --- a/extensions/Channel_Type_File_Transfer.xml +++ b/extensions/Channel_Type_File_Transfer.xml @@ -22,7 +22,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -

A channel type for files offered for transferring. The +

A channel type for transferring files. The transmission of data between contacts is achieved by reading from or writing to a socket. The type of the socket (local Unix, IPv4, etc.) is decided on when the file transfer is offered or accepted.

@@ -35,14 +35,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -

If the connection manager relies on a library using file path only for - file transfers, it can use the Socket_Address_Type_Local_Path - Socket_Address_Type. In that case the file will be - read and written directly by the CM.

-

The Telepathy client should connect to the socket or address that the connection manager has set up and provided back to the clients through the two methods.

@@ -204,16 +199,17 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + it. Connection Managers MUST support at least Socket_Address_Type_IPv4.

-

A typical value for a host that supports only Unix sockets:

+

A typical value for a host without IPv6 support:

           {
+            Socket_Address_Type_IPv4:
+              [Socket_Access_Control_Localhost, Socket_Access_Control_Port,
+               Socket_Access_Control_Netmask],
             Socket_Address_Type_Unix:
               [Socket_Access_Control_Localhost, Socket_Access_Control_Credentials]
-            Socket_Address_Type_Abstract_Unix:
-              [Socket_Access_Control_Localhost, Socket_Access_Control_Credentials]
           }
         
-- cgit v1.2.1