Changeset

6093:c359259a494d

mod_http_upload_external: add external service and update Compatibility.
author Menel <menel@snikket.de>
date Thu, 12 Dec 2024 21:34:50 +0100
parents 6092:18400b6c9d45
children 6094:7adab72d5ebe
files mod_http_upload_external/README.md
diffstat 1 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
 ==============