Meebo Does File Transfers & Amazon WS

Always on the cutting edge, Meebo does file transfers using Amazon WS. Perhaps validation that the Soashable project is not crazy; we have been discussing that very thing since I became curious about EC2 after TCLUG announced a speaker from Amazon would be coming.

It will be interesting to study their implementation, and whether they contributed any patches to GAIM. As usual, it's very possible with Jabber but may require some patches to the gateway components.

With Jabber, it would be implemented by creating an AJAX server to receive file transfers and connect on behalf of the user (Jabber supports multiple resources) and initiate the transfer of the uploaded file to the target JID. This works regardless of which network the remote party may be on, since the gateway component handles translation between Jabber file transfer and the file transfer mechanism of the remote network.

And of course with all of this running in the EC2 cloud, S3 would be there to store the files.