[Telepathy-commits] [telepathy-spec/master] Removed ProvideFile method.

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


20080715161256-8ed0e-b9f617328aad4500062e7992c51ce21fe41ddcd5.gz
---
 spec/Channel_Type_File.xml |   61 --------------------------------------------
 1 files changed, 0 insertions(+), 61 deletions(-)

diff --git a/spec/Channel_Type_File.xml b/spec/Channel_Type_File.xml
index 4a2bcb5..0bdf5d6 100644
--- a/spec/Channel_Type_File.xml
+++ b/spec/Channel_Type_File.xml
@@ -178,67 +178,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
       </tp:enumvalue>
     </tp:enum>
 
-    <method name="ProvideFile">
-      <tp:docstring>
-        Provides a file for transmission.
-      </tp:docstring>
-      <arg direction="in" name="filename" type="s">
-        <tp:docstring>
-          The filename of the file that is to be transmitted, for displaying.
-          It can also form as a suggestion for the name to save the file
-          transfer under at the receiving end.
-        </tp:docstring>
-      </arg>
-      <arg direction="in" name="information" type="a{sv}">
-        <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
-          A dictionary of additional information about the file. No key is
-          mandatory. Keys can contain:
-          <dl>
-            <dt><code>content-type</code> - <code>s</code></dt>
-            <dd>MIME type of the file.</dd>
-            <dt><code>size</code> - <code>t</code></dt>
-            <dd>File size in bytes.</dd>
-            <dt><code>estimated-size</code> - <code>t</code></dt>
-            <dd>Estimated file size.</dd>
-            <dt><code>content-md5</code> - <code>s</code></dt>
-            <dd>MD5 hex digest of the file.</dd>
-            <dt><code>description</code> - <code>s</code></dt>
-            <dd>Description of the file.</dd>
-          </dl>
-        </tp:docstring>
-      </arg>
-      <arg direction="in" name="address_type" type="u"
-        tp:type="Socket_Address_Type">
-        <tp:docstring>
-          The type of socket the client would like the connection manager to
-          create, as a member of Socket_Address_Type.
-        </tp:docstring>
-      </arg>
-      <arg direction="in" name="access_control" type="u"
-        tp:type="Socket_Access_Control">
-        <tp:docstring>
-          The access control the connection manager should apply to the local
-          socket.
-        </tp:docstring>
-      </arg>
-      <tp:possible-errors>
-        <tp:error name="org.freedesktop.Telepathy.Error.NetworkError"/>
-        <tp:error name="org.freedesktop.Telepathy.Error.NotImplemented">
-          <tp:docstring>
-            The given address type or access-control mechanism is not
-            supported.
-          </tp:docstring>
-        </tp:error>
-        <tp:error name="org.freedesktop.Telepathy.Error.NotAvailable">
-          <tp:docstring>
-            The contact associated with this channel does not have the file
-            transfer capability
-          </tp:docstring>
-        </tp:error>
-
-      </tp:possible-errors>
-    </method>
-
     <method name="AcceptFile">
       <tp:docstring>
         Accept a file transfer that's in the "local pending" state. The file 
-- 
1.5.6.5




More information about the Telepathy-commits mailing list