Software / code / prosody-modules
Comparison
mod_http_upload_external/README.md @ 6309:342f88e8d522 draft
Merge update
| author | Trần H. Trung <xmpp:trần.h.trung@trung.fun> |
|---|---|
| date | Sun, 15 Jun 2025 01:08:46 +0700 |
| parent | 6211:750d64c47ec6 |
| parent | 6306:fe0a58b863db |
comparison
equal
deleted
inserted
replaced
| 6279:b92aea4e7ff4 | 6309:342f88e8d522 |
|---|---|
| 17 --------------- | 17 --------------- |
| 18 | 18 |
| 19 * [PHP implementation](https://hg.prosody.im/prosody-modules/raw-file/tip/mod_http_upload_external/share.php) | 19 * [PHP implementation](https://hg.prosody.im/prosody-modules/raw-file/tip/mod_http_upload_external/share.php) |
| 20 * [Python3+Flask implementation](https://github.com/horazont/xmpp-http-upload) | 20 * [Python3+Flask implementation](https://github.com/horazont/xmpp-http-upload) |
| 21 * [Go implementation, Prosody Filer](https://github.com/ThomasLeister/prosody-filer) | 21 * [Go implementation, Prosody Filer](https://github.com/ThomasLeister/prosody-filer) |
| 22 * [Go implementation, HMAC File Server](https://github.com/PlusOne/hmac-file-server) | |
| 23 * [Perl implementation for nginx](https://github.com/weiss/ngx_http_upload) | 22 * [Perl implementation for nginx](https://github.com/weiss/ngx_http_upload) |
| 24 * [Rust implementation](https://gitlab.com/nyovaya/xmpp-http-upload) | 23 * [Rust implementation](https://gitlab.com/nyovaya/xmpp-http-upload) |
| 25 | 24 |
| 26 To implement your own service compatible with this module, check out the implementation notes below | 25 To implement your own service compatible with this module, check out the implementation notes below |
| 27 (and if you publish your implementation - let us know!). | 26 (and if you publish your implementation - let us know!). |
| 86 | 85 |
| 87 Compatibility | 86 Compatibility |
| 88 ============= | 87 ============= |
| 89 | 88 |
| 90 Prosody-Version Status | 89 Prosody-Version Status |
| 91 ---------------- -------------------- | 90 ----------------- ---------------------- |
| 92 trunk Works as of 24-12-12 | 91 trunk Works as of 25-06-13 |
| 92 13.0 Works | |
| 93 0.12 Works | 93 0.12 Works |
| 94 | 94 |
| 95 Implementation | 95 Implementation |
| 96 ============== | 96 ============== |
| 97 | 97 |