Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] xmpp file transfer ui

Hi Folks,

Just FYI, *unfortunately*, I've discovered that the xmpp file transfer impl we currently have (smack api 2.2.1) does not currently interoperate with Google Talk's file transfer (even though both are supposed to be impls of xmpp file transfer extension spec). I've posted an item about this on Jive's forums.

So currently to try it you will have to use the ecf.eclipse.org accounts or some other jabber server.

Scott

Scott Lewis wrote:
Hi Folks,

On a bit of whim today I implemented a very minimal user interface within the existing RosterView for sending/receiving file transfers via the ECF filetransfer API (the IOutgoingFileTransferContainerAdapter...i.e. for user initiated file 'sending' rather than file retrieval).

Now (with code in CVS but not yet deployed...M6+1 next Friday), in the buddy list if you right click (context menu) on an *available* buddy in list you will see:



You can then select a file with a file chooser and the then the receiver will see something like this:




And if you choose 'Yes' it will give you an opportunity to put the file in a location of your choosing and then transfer the file. No progress indicators on either side yet, but that can be added later (in org.eclipse.ecf.ui.RosterView for those curious).

This will all be in the ECF M6+1 deployment next week.

Scott



------------------------------------------------------------------------

_______________________________________________
ecf-dev mailing list
ecf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ecf-dev



Back to the top