我在ejabberd中使用mod_multicast(XEP-0033),但是我得到了错误。
“处理IQ节时的mod_multicast:handle_info:176错误:{case_clause,<<”jabber:iq:名册“>>},[{mod_multicast,process_iqreply_result,4,{file,”src/mod_multiast.erl“},{line,738},{mod_multicast,handle_info,2,{file,”src/mod_multiast.erl“},{line,174}},{gen_server,try_dispatch,4,{file,{file,"gen_server.erl"},{line,593},{gen_server,handle_msg,5,{file,"gen_server.erl"},{line,659},{proc_lib,init_p_do_apply,3,{file,"proc_lib.erl"},{line,237}}“。
有谁能帮帮我呢?先谢谢你。JAVA代码是
MultipleRecipientManager.send( connection, message, list, null, null, null,null,false );发布于 2016-01-20 18:11:33
坠机实际上意味着你的客户破产了。它响应mod_multicast发现IQ,支持XEP-0033,在名册名称空间中有IQ。
请查看XEP-0033的发现部分,以帮助您在客户端右侧发现扩展节地址:http://xmpp.org/extensions/xep-0033.html#disco-support。
https://stackoverflow.com/questions/34869457
复制相似问题