From 4be9b33741b71925adddf7ee184b3babf2170347 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Tue, 26 Jan 2021 03:19:17 +0100 Subject: 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 --- doc/doap.xml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc') diff --git a/doc/doap.xml b/doc/doap.xml index f0538580..277aa5d1 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -615,6 +615,15 @@ Used in context of XEP-0313 by mod_mam and mod_muc_mam + + + + 1.0.0 + complete + 0.12.0 + mod_http_file_share + + -- cgit v1.2.3