File Transfer Plugin for JBother.

Package Specification

This plugin uses a simple http server for transfering files. it monitors incoming and outgoing messages and reacts on those that started with "/file". A "/file" message is expected to come with a url that links to a file. The sender first upload selected file to the root of the http server (a cache under the users profile directory), then form a url to this file, send a "/file [url]" to the buddy in conversation. The receiver get the url from the message, download the file and send a confirmation message back to the sender.