mod_http_upload_external/README.markdown
changeset 5913 070b0db6c4a0
parent 5903 694b62d8a82f
equal deleted inserted replaced
5912:dcea4b4c415d 5913:070b0db6c4a0
    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 * [Perl implementation for nginx](https://github.com/weiss/ngx_http_upload)
    22 * [Perl implementation for nginx](https://github.com/weiss/ngx_http_upload)
       
    23 * [Rust implementation](https://gitlab.com/nyovaya/xmpp-http-upload)
    23 
    24 
    24 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
    25 (and if you publish your implementation - let us know!).
    26 (and if you publish your implementation - let us know!).
    26 
    27 
    27 Configuration
    28 Configuration