diff mod_http_upload_external/README.md @ 6110:9db1529c06c2

Merge upstream
author tmolitor <thilo@eightysoft.de>
date Sun, 05 Jan 2025 17:50:02 +0100
parents c359259a494d
children 1661f6a74141
line wrap: on
line diff
--- a/mod_http_upload_external/README.md	Wed Nov 20 05:07:11 2024 +0100
+++ b/mod_http_upload_external/README.md	Sun Jan 05 17:50:02 2025 +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
 ==============