# HG changeset patch # User Menel # Date 1774179706 -3600 # Node ID 68e8f14bef0594c915c8cdcae75fb7091179f5dd # Parent e7926245c88d807f81cfe6e1a291d2c160674235 mod_http_upload_external/README.md: Update implementations, (Welcome rusty-filer) diff -r e7926245c88d -r 68e8f14bef05 mod_http_upload_external/README.md --- 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!).