aboutsummaryrefslogtreecommitdiffstats
path: root/spec/scansion/prosody.cfg.lua
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
commit5b1f88524210c73ab0a91c1f0d4d493e78707bb7 (patch)
treed1dfc3940b89b83640520cbe0b924e6273936d77 /spec/scansion/prosody.cfg.lua
parente91db8d93543bf2a3a4ba2bff73ef8be55e029eb (diff)
downloadprosody-5b1f88524210c73ab0a91c1f0d4d493e78707bb7.tar.gz
prosody-5b1f88524210c73ab0a91c1f0d4d493e78707bb7.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 'spec/scansion/prosody.cfg.lua')
-rw-r--r--spec/scansion/prosody.cfg.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/scansion/prosody.cfg.lua b/spec/scansion/prosody.cfg.lua
index d147db54..ca28b6ba 100644
--- a/spec/scansion/prosody.cfg.lua
+++ b/spec/scansion/prosody.cfg.lua
@@ -131,3 +131,5 @@ Component "conference.localhost" "muc"
Component "pubsub.localhost" "pubsub"
storage = "memory"
+
+Component "upload.localhost" "http_file_share"