aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2021-01-26 03:19:17 +0100
committerKim Alvefur <zash@zash.se>2021-01-26 03:19:17 +0100
commit4be9b33741b71925adddf7ee184b3babf2170347 (patch)
treed1dfc3940b89b83640520cbe0b924e6273936d77 /CHANGES
parent800af648de857e5bb2d328d0325bb637d5a5a1f5 (diff)
downloadprosody-4be9b33741b71925adddf7ee184b3babf2170347.tar.gz
prosody-4be9b33741b71925adddf7ee184b3babf2170347.zip
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
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f80cb9b0..592ecdef 100644
--- a/CHANGES
+++ b/CHANGES
@@ -20,6 +20,7 @@ TRUNK
- 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
======