# HG changeset patch # User Kim Alvefur # Date 1558625308 -7200 # Node ID 60df58c5f7dda81285976ef05b29d64a4820601a # Parent ec1d25ae6206d3c6515392689a810e7cc3953854 mod_extdisco: Set missing namespace on credentials response diff -r ec1d25ae6206 -r 60df58c5f7dd mod_extdisco/mod_extdisco.lua --- 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;