changeset 3604:60df58c5f7dd

mod_extdisco: Set missing namespace on credentials response
author Kim Alvefur <zash@zash.se>
date Thu, 23 May 2019 17:28:28 +0200
parents ec1d25ae6206
children 452ae6effd02
files mod_extdisco/mod_extdisco.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mod_extdisco/mod_extdisco.lua	Thu May 23 17:26:57 2019 +0200
+++ b/mod_extdisco/mod_extdisco.lua	Thu May 23 17:28:28 2019 +0200
@@ -41,7 +41,7 @@
 		return true;
 	end
 	local reply = st.reply(stanza)
-		:tag("credentials")
+		:tag("credentials", { xmlns = xmlns_extdisco })
 			:tag("service", {
 				host = host;
 				username = service_info.username;