Software /
code /
prosody-modules
Diff
mod_http_upload_external/README.markdown @ 3189:57332ea0c1c7
mod_http_upload_external/README: Add Perl implementation by Holger to list
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 18 Jul 2018 23:44:09 +0200 |
parent | 3168:73a610c3c7a9 |
child | 3358:e49660ba3161 |
line wrap: on
line diff
--- a/mod_http_upload_external/README.markdown Wed Jul 18 15:57:13 2018 +0200 +++ b/mod_http_upload_external/README.markdown Wed Jul 18 23:44:09 2018 +0200 @@ -18,6 +18,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) +* [Perl implementation for nginx](https://github.com/weiss/ngx_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!).