Software /
code /
prosody-modules
Changeset
2444:3e9f9cef9c0e
mod_http_upload: Add missing semicolon
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 16 Jan 2017 01:44:38 +0100 |
parents | 2443:7f9ff36dc8d5 |
children | 2445:e822900c87d4 |
files | mod_http_upload/mod_http_upload.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_http_upload/mod_http_upload.lua Mon Jan 16 01:40:45 2017 +0100 +++ b/mod_http_upload/mod_http_upload.lua Mon Jan 16 01:44:38 2017 +0100 @@ -39,7 +39,7 @@ local xmlns_http_upload = "urn:xmpp:http:upload"; -- identity and feature advertising -module:add_identity("store", "file", module:get_option_string("name", "HTTP File Upload")) +module:add_identity("store", "file", module:get_option_string("name", "HTTP File Upload")); module:add_feature(xmlns_http_upload); module:add_extension(dataform {