XEP-0115 patch (EJAB-618)

SVN Revision: 1313
This commit is contained in:
Christophe Romain 2008-04-30 08:49:39 +00:00
parent ef531fb208
commit 2304f8cbc8
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-04-30 Christophe Romain <christophe.romain@process-one.net>
* src/mod_caps.erl: XEP-0115 patch (EJAB-618)
2008-04-29 Badlop <badlop@process-one.net>
* src/ejabberd_s2s_out.erl: Improve confusing log message in s2s

View File

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