0
Mongoseim ServerでiOSアプリケーションにmuc lightを実装しようとしています。グループチャットのために私はmuclight使用していますが、私はで私のサービスを発見したとき:サービスのためにMucのライトが動作しない
let toStr: String = XMPPConstants.ConnectionHost // my xmpp connection host
let query = XMLElement(name: "query", xmlns: "http://jabber.org/protocol/disco#item")
let iq = XMPPIQ(type: "get", to: XMPPJID(string: toStr), elementID: xmppStream.generateUUID(), child: query)
iq?.addAttribute(withName: "from", stringValue: xmppStream.myJID.bare())
xmppStream.send(iq)
私のようなエラーで応答を取得しています:
<error type='cancel'>
<service-unavailable xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
</error>
このエラーを解決する方法を、私を助けてください。 サーバーの一部を構成する必要がありますか?
詳しく説明してください。 mucLight.file詳細については、ID [MongooseIM root]/rel/mongooseim/etc/
{mod_muc_light, [
{backend, odbc},
{host, "[email protected]@"},
{rooms_per_user,infinity},
{max_occupants,infinity},
{rooms_per_page,infinity},
{all_can_configure,true},{all_can_invite, true}]},
に見つけることができるため