Software /
code /
prosody-modules
Changeset
5933:070b0db6c4a0
mod_http_upload_external: Add link to Rust implementation (Thanks Luna)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 18 May 2024 14:16:49 +0200 |
parents | 5932:dcea4b4c415d |
children | 5934:7358d1b64b1d |
files | mod_http_upload_external/README.markdown |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_http_upload_external/README.markdown Tue May 14 07:31:34 2024 -0700 +++ b/mod_http_upload_external/README.markdown Sat May 18 14:16:49 2024 +0200 @@ -20,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!).