mod_http_upload_external/README.markdown
changeset 3172 73a610c3c7a9
parent 2827 f14bea5da323
child 3193 57332ea0c1c7
equal deleted inserted replaced
3171:bedd3f4a8f90 3172:73a610c3c7a9
    15 Implementations
    15 Implementations
    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 
    21 
    21 To implement your own service compatible with this module, check out the implementation notes below 
    22 To implement your own service compatible with this module, check out the implementation notes below 
    22 (and if you publish your implementation - let us know!).
    23 (and if you publish your implementation - let us know!).
    23 
    24 
    24 Configuration
    25 Configuration