24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-02 21:17:12 +02:00

mod_http_upload: Document protocol support

This commit is contained in:
Holger Weiss 2015-10-28 23:52:33 +01:00
parent f112a91321
commit 32fe74c923

View File

@ -8,6 +8,8 @@
-module(mod_http_upload).
-author('holger@zedat.fu-berlin.de').
-protocol({xep, 363, '0.1'})
-define(GEN_SERVER, gen_server).
-define(SERVICE_REQUEST_TIMEOUT, 5000). % 5 seconds.
-define(SLOT_TIMEOUT, 18000000). % 5 hours.