diff options
author | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2018-07-02 16:53:44 +0300 |
---|---|---|
committer | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2018-07-02 16:53:44 +0300 |
commit | fface33d54f24c777dbec96fda6bd00e665327fe (patch) | |
tree | c08bec646d61116cdb163e23d9fad75d2faa755a /src/ejabberd_commands.erl | |
parent | Merge branch 'master' of github.com:processone/ejabberd (diff) |
HTTP Upload: introduce new option 'external_secret'
The option makes it possible to offload all HTTP Upload processing
to a separate HTTP server. Both ejabberd and the HTTP server
should share this secret and behave exactly as described at
at https://modules.prosody.im/mod_http_upload_external.html
in the 'Implementation' section. Example configuration:
modules:
...
mod_http_upload:
...
put_url: "http://separate.http.server/upload"
external_secret: "foo bar baz"
...
Diffstat (limited to 'src/ejabberd_commands.erl')
0 files changed, 0 insertions, 0 deletions