mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
mod_http_upload: Add missing trailing dot
(Thanks to Matthias Rieber.)
This commit is contained in:
parent
43e7814714
commit
915383e150
@ -8,7 +8,7 @@
|
|||||||
-module(mod_http_upload).
|
-module(mod_http_upload).
|
||||||
-author('holger@zedat.fu-berlin.de').
|
-author('holger@zedat.fu-berlin.de').
|
||||||
|
|
||||||
-protocol({xep, 363, '0.1'})
|
-protocol({xep, 363, '0.1'}).
|
||||||
|
|
||||||
-define(GEN_SERVER, gen_server).
|
-define(GEN_SERVER, gen_server).
|
||||||
-define(SERVICE_REQUEST_TIMEOUT, 5000). % 5 seconds.
|
-define(SERVICE_REQUEST_TIMEOUT, 5000). % 5 seconds.
|
||||||
|
Loading…
Reference in New Issue
Block a user