Mercurial > prosody-modules
changeset 2287:e1a8c2324937
mod_http_upload: Add a comment
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 23 Aug 2016 02:09:32 +0200 |
parents | 0a3f526779a1 |
children | 827f01cbf6ba |
files | mod_http_upload/mod_http_upload.lua |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_http_upload/mod_http_upload.lua Tue Aug 23 00:44:14 2016 +0200 +++ b/mod_http_upload/mod_http_upload.lua Tue Aug 23 02:09:32 2016 +0200 @@ -38,6 +38,7 @@ -- namespace 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_feature(xmlns_http_upload);