Software /
code /
prosody-modules
Changeset
3168:73a610c3c7a9
mod_http_external: Link to prosody-filer (Go implementation)
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Mon, 02 Jul 2018 13:13:23 +0100 |
parents | 3167:bedd3f4a8f90 |
children | 3169:5d58bdbfe024 |
files | mod_http_upload_external/README.markdown |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_http_upload_external/README.markdown Mon Jul 02 12:58:14 2018 +0100 +++ b/mod_http_upload_external/README.markdown Mon Jul 02 13:13:23 2018 +0100 @@ -17,6 +17,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) To implement your own service compatible with this module, check out the implementation notes below (and if you publish your implementation - let us know!).