Mercurial > prosody-modules
comparison 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 |
parents | 73a610c3c7a9 |
children | e49660ba3161 |
comparison
equal
deleted
inserted
replaced
3188:5c3f3f5a4377 | 3189:57332ea0c1c7 |
---|---|
16 --------------- | 16 --------------- |
17 | 17 |
18 * [PHP implementation](https://hg.prosody.im/prosody-modules/raw-file/tip/mod_http_upload_external/share.php) | 18 * [PHP implementation](https://hg.prosody.im/prosody-modules/raw-file/tip/mod_http_upload_external/share.php) |
19 * [Python3+Flask implementation](https://github.com/horazont/xmpp-http-upload) | 19 * [Python3+Flask implementation](https://github.com/horazont/xmpp-http-upload) |
20 * [Go implementation, Prosody Filer](https://github.com/ThomasLeister/prosody-filer) | 20 * [Go implementation, Prosody Filer](https://github.com/ThomasLeister/prosody-filer) |
21 * [Perl implementation for nginx](https://github.com/weiss/ngx_http_upload) | |
21 | 22 |
22 To implement your own service compatible with this module, check out the implementation notes below | 23 To implement your own service compatible with this module, check out the implementation notes below |
23 (and if you publish your implementation - let us know!). | 24 (and if you publish your implementation - let us know!). |
24 | 25 |
25 Configuration | 26 Configuration |