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

mod_http_upload: Add missing trailing dot

(Thanks to Matthias Rieber.)
This commit is contained in:
Holger Weiss 2015-10-29 10:09:55 +01:00
parent 43e7814714
commit 915383e150

View File

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