mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
Merge 0.9->0.10
This commit is contained in:
commit
f2b2195de4
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ module:hook("iq/host/http://jabber.org/protocol/disco#info:query", function(even
|
|||
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue