]> granicus.if.org Git - ejabberd/commitdiff
mod_http_upload: Document protocol support
authorHolger Weiss <holger@zedat.fu-berlin.de>
Wed, 28 Oct 2015 22:52:33 +0000 (23:52 +0100)
committerHolger Weiss <holger@zedat.fu-berlin.de>
Wed, 28 Oct 2015 22:52:33 +0000 (23:52 +0100)
src/mod_http_upload.erl

index 35fd6ca34e8a2480694bdd995da771e22c547741..68a7818fc3b5327ee13db32eecc12e98a925cdfd 100644 (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.