# HG changeset patch # User Michael Töglhofer # Date 1443072131 -7200 # Node ID 8ef500508c599685f90ae2f8091c80aa1e600d7a # Parent 9283a6bcf5123c8c5dcd8ede4e12766c4328ed84 mod_http_upload.lua: use official namespace from XEP-0363 diff -r 9283a6bcf512 -r 8ef500508c59 mod_http_upload/mod_http_upload.lua --- a/mod_http_upload/mod_http_upload.lua Thu Sep 24 00:52:27 2015 +0200 +++ b/mod_http_upload/mod_http_upload.lua Thu Sep 24 07:22:11 2015 +0200 @@ -24,7 +24,7 @@ module:depends("disco"); -- namespace -local xmlns_http_upload = "eu:siacs:conversations:http:upload"; +local xmlns_http_upload = "urn:xmpp:http:upload"; module:add_feature(xmlns_http_upload);