# HG changeset patch # User Kim Alvefur # Date 1490311929 -3600 # Node ID 5b5c0142fc469d0db83b15698e32dc0439074902 # Parent 247a544f7047e1f4f4f95a9db3e527ce6aa33ebb# Parent 15973ade9a1169df4ccbcf3f78ec4d26416493ae Merge 0.10->trunk diff -r 247a544f7047 -r 5b5c0142fc46 plugins/mod_disco.lua --- a/plugins/mod_disco.lua Thu Mar 23 14:46:41 2017 +0100 +++ b/plugins/mod_disco.lua Fri Mar 24 00:32:09 2017 +0100 @@ -112,7 +112,7 @@ return true; end local reply_query = get_server_disco_info(); - reply_query.node = node; + reply_query.attr.node = node; local reply = st.reply(stanza):add_child(reply_query); origin.send(reply); return true;