diff options
author | Christophe Romain <christophe.romain@process-one.net> | 2017-09-27 11:12:09 +0200 |
---|---|---|
committer | Christophe Romain <christophe.romain@process-one.net> | 2017-09-27 11:12:09 +0200 |
commit | c1d3d1318e40bd9a22525e2ae44f17aedc728269 (patch) | |
tree | bef342f80b78c4db624a00ffbd656432abec2445 /src/mod_http_upload.erl | |
parent | PubSub: add correct order when requesting all items (diff) | |
parent | Add support for XEP-0368: SRV records for XMPP over TLS (diff) |
Merge branch 'master' of github.com:processone/ejabberd
Diffstat (limited to 'src/mod_http_upload.erl')
-rw-r--r-- | src/mod_http_upload.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_http_upload.erl b/src/mod_http_upload.erl index 7e037da4d..c3c295f66 100644 --- a/src/mod_http_upload.erl +++ b/src/mod_http_upload.erl @@ -25,7 +25,7 @@ -module(mod_http_upload). -author('holger@zedat.fu-berlin.de'). --compile(export_all). + -protocol({xep, 363, '0.1'}). -define(SERVICE_REQUEST_TIMEOUT, 5000). % 5 seconds. |