# HG changeset patch # User Menel # Date 1734035690 -3600 # Node ID c359259a494db494e74db94ce21c95f41e9652ab # Parent 18400b6c9d45d66e9b7e8081b36ada0583941e59 mod_http_upload_external: add external service and update Compatibility. diff -r 18400b6c9d45 -r c359259a494d mod_http_upload_external/README.md --- a/mod_http_upload_external/README.md Sun Dec 08 22:53:55 2024 +0100 +++ b/mod_http_upload_external/README.md Thu Dec 12 21:34:50 2024 +0100 @@ -1,7 +1,7 @@ --- description: HTTP File Upload (external service) labels: -- Stage-Alpha +- Stage-Beta --- Introduction @@ -19,6 +19,7 @@ * [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) * [Go implementation, Prosody Filer](https://github.com/ThomasLeister/prosody-filer) +* [Go implementation, HMAC File Server](https://github.com/PlusOne/hmac-file-server) * [Perl implementation for nginx](https://github.com/weiss/ngx_http_upload) * [Rust implementation](https://gitlab.com/nyovaya/xmpp-http-upload) @@ -86,7 +87,10 @@ Compatibility ============= -Works with Prosody 0.9.x and later. + Prosody-Version Status + ---------------- -------------------- + trunk Works as of 24-12-12 + 0.12 Works Implementation ==============