changeset 6485:68e8f14bef05

mod_http_upload_external/README.md: Update implementations, (Welcome rusty-filer)
author Menel <menel@snikket.de>
date Sun, 22 Mar 2026 12:41:46 +0100
parents e7926245c88d
children dff042647892
files mod_http_upload_external/README.md
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mod_http_upload_external/README.md	Thu Mar 19 23:25:19 2026 +0100
+++ b/mod_http_upload_external/README.md	Sun Mar 22 12:41:46 2026 +0100
@@ -17,10 +17,11 @@
 ---------------
 
 * [PHP implementation](https://hg.prosody.im/prosody-modules/raw-file/tip/mod_http_upload_external/share.php)
-* [Python3+Flask implementation](https://github.com/horazont/xmpp-http-upload)
+* [Rust implementation, Rusty Filer](https://codeberg.org/thomas.leister/rusty-filer)
+* [Rust implementation, xmpp-http-upload](https://codeberg.org/luxanna/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)
+* [Python3+Flask implementation \(archived\)](https://github.com/horazont/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!).