Software /
code /
prosody
Comparison
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 |
comparison
equal
deleted
inserted
replaced
11308:5d4d90d1eabb | 11309:b59aed75dc5e |
---|---|
18 - SASL DIGEST-MD5 removed | 18 - SASL DIGEST-MD5 removed |
19 - Switch to libunbound for DNS queries | 19 - Switch to libunbound for DNS queries |
20 - mod_external_services (XEP-0215) | 20 - mod_external_services (XEP-0215) |
21 - util.error for encapsulating errors | 21 - util.error for encapsulating errors |
22 - MUC: support for XEP-0421 occupant identifiers | 22 - MUC: support for XEP-0421 occupant identifiers |
23 - mod_http_file_share: File sharing via HTTP (XEP-0363) | |
23 | 24 |
24 0.11.0 | 25 0.11.0 |
25 ====== | 26 ====== |
26 | 27 |
27 **2018-11-18** | 28 **2018-11-18** |