# HG changeset patch # User Matthew Wild # Date 1467625136 -3600 # Node ID 131075a3bf0d9983900c4aeccfc62f5c6153505a # Parent 42eafc1c61d9266af0e728a0b92bf1d63d5dfbb8 mod_http_upload: Add disco identity diff -r 42eafc1c61d9 -r 131075a3bf0d mod_http_upload/mod_http_upload.lua --- a/mod_http_upload/mod_http_upload.lua Sat Jul 02 17:39:30 2016 +0200 +++ b/mod_http_upload/mod_http_upload.lua Mon Jul 04 10:38:56 2016 +0100 @@ -31,6 +31,7 @@ -- namespace local xmlns_http_upload = "urn:xmpp:http:upload"; +module:add_identity("store", "file", module:get_option_string("name", "HTTP File Upload")) module:add_feature(xmlns_http_upload); module:add_extension(dataform {