HTTP File Upload Plugin Readme

Overview

The HTTP File Upload plugin adds functionality to Openfire that allows compliant clients to exchange files.

Note: This plugin requires the HTTP bind option in Openfire to be enabled:
Server -> Server Settings -> HTTP Binding

Installation

Copy httpfileupload.jar into the plugins directory of your Openfire installation. The plugin will then be automatically deployed. To upgrade to a new version, copy the new httpfileupload.jar file over the existing file.

Configuration

To configure the maximum allowable file size to be uploaded by clients, the property plugin.httpfileupload.maxFileSize can be set to a value in bytes. If not set, a default value is used. To disable the file size limitation, set this property to a value of -1.

To change the HTTP server protocol from the default value of "https" to "http" for example, the property plugin.httpfileupload.announcedWebProtocol can be set to new value.

To change the HTTP server hostname from the default value used by Openfire, the property plugin.httpfileupload.announcedWebHost can be set to new value.

To change the HTTP server port from the default value (7443) used by Openfire, the property plugin.httpfileupload.announcedWebPort can be set to new value.

Using the Plugin

After installation, the functionality provided by the plugin is automatically available to clients. While exchanging files, the plugin by default stores the files that are being transferred in a temporary directory that is removed when Openfire is shut down. The content of this directory is purged when its total size is larger than the remaining disc space.

Attribution

Icons made by Smashicons from www.flaticon.com is licensed by CC 3.0 BY