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
1 changed files with 2 additions and 0 deletions

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.