【问题标题】:ejabberd mod_multicast errorejabberd mod_multicast 错误
【发布时间】:2016-01-21 02:13:39
【问题描述】:

我在 ejabberd 中使用 mod_multicast(XEP-0033),但出现错误

"mod_multicast:handle_info:176 处理 IQ 节时出错: {{case_clause,>},[{mod_multicast,process_iqreply_result,4,[{file,"src/mod_multicast.erl"},{line,738}]},{mod_multicast,handle_info ,2,[{file,"src/mod_multicast.erl"},{line,174}]},{gen_server,try_dispatch,4,[{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 );

【问题讨论】:

    标签: ejabberd mod-multicast


    【解决方案1】:

    崩溃实际上意味着您的客户端已损坏。它使用 roster 命名空间中的 IQ 回复支持 XEP-0033 的 mod_multicast 发现 IQ。

    请查看 XEP-0033 的发现部分,以帮助在您的客户端中发现扩展的 Stanza 寻址:http://xmpp.org/extensions/xep-0033.html#disco-support

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2016-01-13
      • 1970-01-01
      • 1970-01-01
      • 2010-10-20
      • 2014-01-20
      • 2016-08-20
      • 2018-10-30
      • 1970-01-01
      相关资源
      最近更新 更多