mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-28 16:34:13 +01:00
XEP-0115 patch (EJAB-618)
SVN Revision: 1313
This commit is contained in:
parent
ef531fb208
commit
2304f8cbc8
@ -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>
|
2008-04-29 Badlop <badlop@process-one.net>
|
||||||
|
|
||||||
* src/ejabberd_s2s_out.erl: Improve confusing log message in s2s
|
* src/ejabberd_s2s_out.erl: Improve confusing log message in s2s
|
||||||
|
@ -214,7 +214,8 @@ handle_cast({note_caps, From,
|
|||||||
[{"type", "get"},
|
[{"type", "get"},
|
||||||
{"id", ID}],
|
{"id", ID}],
|
||||||
[{xmlelement, "query",
|
[{xmlelement, "query",
|
||||||
[{"xmlns", ?NS_DISCO_INFO}],
|
[{"xmlns", ?NS_DISCO_INFO},
|
||||||
|
{"node", lists:concat([Node, "#", SubNode])}],
|
||||||
[]}]},
|
[]}]},
|
||||||
ejabberd_local:register_iq_response_handler
|
ejabberd_local:register_iq_response_handler
|
||||||
(Host, ID, ?MODULE, handle_disco_response),
|
(Host, ID, ?MODULE, handle_disco_response),
|
||||||
|
Loading…
Reference in New Issue
Block a user