【问题标题】:Ejabberd MUC/SUB: How to enable muc-sub feature in Ejabberd serverEjabberd MUC/SUB:如何在 Ejabberd 服务器中启用 muc-sub 功能
【发布时间】:2017-01-18 16:27:57
【问题描述】:

我们目前使用的是 Ejabberd 16.06。 我们需要使用muc-sub support,但它目前没有在那里启用。

<iq to='conference.ejab_chat' id='8Wlwu-9' type='get'>
    <query xmlns='http://jabber.org/protocol/disco#info'></query>
</iq>

它返回:

<iq from='conference.ejab_chat' to='aj@ejab_chat/AJ' id='8Wlwu-9' type='result'>
    <query xmlns='http://jabber.org/protocol/disco#info'>
        <identity category='conference' type='text' name='Chatrooms'/>
        <feature var='http://jabber.org/protocol/disco#info'/>
        <feature var='http://jabber.org/protocol/disco#items'/>
        <feature var='http://jabber.org/protocol/muc'/>
        <feature var='http://jabber.org/protocol/muc#unique'/>
        <feature var='jabber:iq:register'/>
        <feature var='http://jabber.org/protocol/rsm'/>
        <feature var='vcard-temp'/>
        <x xmlns='jabber:x:data' type='result'>
            <field var='FORM_TYPE' type='hidden'> 
                <value>http://jabber.org/network/serverinfo</value>
            </field>
        </x>
    </query>
</iq>

它没有返回

<feature var="urn:xmpp:mucsub:0"/>

任何人都可以帮助如何配置 Ejabberd 服务器以支持提到的 MUC/SUB here

【问题讨论】:

    标签: ejabberd ejabberd-module


    【解决方案1】:

    据我所知,您需要 ejabberd blog 上公布的版本 16.08。

    【讨论】:

      猜你喜欢
      • 2016-12-09
      • 2018-10-23
      • 1970-01-01
      • 2017-06-29
      • 1970-01-01
      • 1970-01-01
      • 2017-07-14
      • 2021-03-06
      • 2017-03-22
      相关资源
      最近更新 更多