25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-12-22 17:28:25 +01:00

* src/mod_caps.erl: Don't include the Node attribute from C

element in the disco#info query

SVN Revision: 1087
This commit is contained in:
Badlop 2007-12-20 20:02:04 +00:00
parent 1ba15b207c
commit 36f9af523c
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2007-12-20 Badlop <badlop@process-one.net>
* src/mod_caps.erl: Don't include the Node attribute from C
element in the disco#info query
2007-12-20 Christophe Romain <christophe.romain@process-one.net>
* doc/guide.tex: Explain how to launch installer and improve

View File

@ -186,8 +186,7 @@ handle_cast({note_caps, From,
[{"type", "get"},
{"id", ID}],
[{xmlelement, "query",
[{"xmlns", ?NS_DISCO_INFO},
{"node", Node ++ "#" ++ SubNode}],
[{"xmlns", ?NS_DISCO_INFO}],
[]}]},
ejabberd_local:register_iq_response_handler
(Host, ID, ?MODULE, handle_disco_response),