guusdk / httpfileuploadcomponent

A XMPP External Component that implements XEP-0363 'HTTP File Upload'.
Apache License 2.0
8 stars 10 forks source link

Add permanent, file-system-based, storage. #12

Closed guusdk closed 6 years ago

guusdk commented 6 years ago

The component should get functionality that allows it to store uploaded content permanently on the file system.

guusdk commented 6 years ago

This was added in release v1.2.0. Startup with the --fileRepo argument (that requires an existing path value) to make use of the new functionality.