Software /
code /
prosody
Comparison
spec/scansion/prosody.cfg.lua @ 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 | 11251:520b09bbbad5 |
child | 11314:7c8b02c5a335 |
comparison
equal
deleted
inserted
replaced
11308:5d4d90d1eabb | 11309:b59aed75dc5e |
---|---|
129 } | 129 } |
130 | 130 |
131 | 131 |
132 Component "pubsub.localhost" "pubsub" | 132 Component "pubsub.localhost" "pubsub" |
133 storage = "memory" | 133 storage = "memory" |
134 | |
135 Component "upload.localhost" "http_file_share" |