Software /
code /
prosody-modules
Diff
mod_http_upload_external/README.markdown @ 5942:abd1bbe5006e draft default tip
Merge
author | Trần H. Trung <xmpp:trần.h.trung@trung.fun> |
---|---|
date | Sun, 16 Feb 2025 16:09:03 +0700 |
parent | 5933:070b0db6c4a0 |
line wrap: on
line diff
--- a/mod_http_upload_external/README.markdown Tue Feb 06 18:32:01 2024 +0700 +++ b/mod_http_upload_external/README.markdown Sun Feb 16 16:09:03 2025 +0700 @@ -1,6 +1,7 @@ --- description: HTTP File Upload (external service) -labels: 'Stage-Alpha' +labels: +- Stage-Alpha --- Introduction @@ -19,6 +20,7 @@ * [Python3+Flask implementation](https://github.com/horazont/xmpp-http-upload) * [Go implementation, Prosody Filer](https://github.com/ThomasLeister/prosody-filer) * [Perl implementation for nginx](https://github.com/weiss/ngx_http_upload) +* [Rust implementation](https://gitlab.com/nyovaya/xmpp-http-upload) To implement your own service compatible with this module, check out the implementation notes below (and if you publish your implementation - let us know!). @@ -75,10 +77,10 @@ ------ You may want to give upload access to additional entities such as components -by using the `http_upload_access` config option. +by using the `http_upload_external_access` config option. ``` {.lua} -http_upload_access = {"gateway.example.com"}; +http_upload_external_access = {"gateway.example.com"}; ``` Compatibility