Software /
code /
prosody
Diff
CHANGES @ 11309:b59aed75dc5e
mod_http_file_share: Let's write another XEP-0363 implementation
This variant is meant to improve upon mod_http_upload in some ways:
* Handle files much of arbitrary size efficiently
* Allow GET and PUT URLs to be different
* Remember Content-Type sent by client
* Avoid dependency on mod_http_files
* Built-in way to delegate storage to another httpd
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 26 Jan 2021 03:19:17 +0100 |
parent | 11216:7a8745599e38 |
child | 11344:f06afb410a9f |
line wrap: on
line diff
--- a/CHANGES Mon Jan 25 21:27:05 2021 +0100 +++ b/CHANGES Tue Jan 26 03:19:17 2021 +0100 @@ -20,6 +20,7 @@ - mod_external_services (XEP-0215) - util.error for encapsulating errors - MUC: support for XEP-0421 occupant identifiers +- mod_http_file_share: File sharing via HTTP (XEP-0363) 0.11.0 ======