diff mod_http_upload_external/README.md @ 6486:1cbdd4086e09

mod_http_upload_external/README.md: fixed order
author Menel <menel@snikket.de>
date Sun, 22 Mar 2026 13:03:54 +0100
parents fe0a58b863db
children dff042647892
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 13:03:54 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, xmpp-http-upload](https://codeberg.org/luxanna/xmpp-http-upload)
+* [Rust implementation, Rusty Filer](https://codeberg.org/thomas.leister/rusty-filer)
 * [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!).