2016-09-10 2 views
0

현재 Ejabberd 16.06을 사용하고 있습니다. muc-sub support을 사용해야하지만 현재 활성화되어 있지 않습니다.Ejabberd MUC/SUB : Ejabberd 서버에서 muc-sub 기능을 사용하는 방법

<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='[email protected]_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> 

그 사람이 here 언급 MUC/SUB를 지원하기 위해 Ejabberd 서버를 구성하는 방법을 도와 드릴까요

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

을 반환하지 않습니다.

답변

0

내가 아는 한, ejabberd blog에 발표 된 버전 16.08이 필요합니다.