IOS MUC using robbiehanson XMPPframework

What is a step-by-step procedure for implementing MUC in iOS using robbiehanson XMPPframework?

I tried to highlight the room, then activated the flow and joined the room.

But I got the answer as follows:

 <iq xmlns="jabber:client" from="room@XXXXX.com" to="user@XXXXX.com/34633017701337944885586135" type="error" id="4DD4A6E2-E24F-4D38-AD87-15070B6AD90E"><query xmlns="http://jabber.org/protocol/muc#owner"><x xmlns="jabber:x:data" type="submit"/></query><error code="503" type="cancel"><service-unavailable xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/></error></iq>

Also got iq: xmppStream:didReceiveIQ: - 4DD4A6E2-E24F-4D38-AD87-15070B6AD90E

+3
source share
1 answer
I finally figured it out. It might help someone. When creating or joining a room, the format should be yourRoomName@conference.YourDomainName.com. conferenceis the key word here.
+2
source

All Articles