[Telepathy-commits] [telepathy-spec/master] req21: when sending a file from a file manager, the file manager needs to be (or start out-of-band) the channel handler - I don't think we want a way to include a filename in RequestChannel and have a UI launched to send it

Simon McVittie simon.mcvittie at collabora.co.uk
Fri Sep 26 08:20:57 PDT 2008


20080625164451-53eee-c4a5a3d656dd5d098e4bbc9f7816ff330729e0c4.gz
---
 doc/request.txt |   22 +---------------------
 1 files changed, 1 insertions(+), 21 deletions(-)

diff --git a/doc/request.txt b/doc/request.txt
index fb82421..a78957c 100644
--- a/doc/request.txt
+++ b/doc/request.txt
@@ -1024,27 +1024,7 @@ _`req21`: Sending a file from a file manager
 Romeo right-clicks on a file in his file manager, chooses a "Send to User"
 option and chooses to send it to Juliet.
 
-Proposed implementation::
-
-    client calls some unspecified method on ChannelDispatcher (FIXME)
-
-    ChannelDispatcher calls RequestChannels (
-        0,
-        [
-            {'...Channel.ChannelType': '...Channel.Type.FileTransfer',
-             '...Channel.TargetHandleType': CONTACT,
-             '...Channel.TargetHandle': juliet,
-             # exact attributes of file offers undecided, but might include:
-             '...Channel.Type.FileTransfer.ContentType': 'image/png',
-             ...
-            }
-        ])
-
-    channel observers run
-    ChannelDispatcher returns it to the file manager, which does nothing
-        much with it
-    FIXME: channel approvers probably do not run?
-    FIXME: how do we choose which channel handler should take it?
+Proposed implementation: file manager is the channel handler
 
 _`req22`: Sending a file automatically in a collaborative application
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- 
1.5.6.5




More information about the Telepathy-commits mailing list