Subject: I can't create&join muc room
Hello, Alex..
Thanks for advance.
how to create muc room then join it.
what mean "This room is locked from entry until configuration is confirmed."
what can I do?
Please helpme
C#
Debug xml
Thanks for advance.
how to create muc room then join it.
what mean "This room is locked from entry until configuration is confirmed."
what can I do?
Please helpme

C#
- mm.JoinRoom(RoomJid, XmppConn.Username);
Debug xml
- Send: <presence to="p.testgroupchat1@conference.host3.stis.co.kr/p.test1"><x xmlns="http://jabber.org/protocol/muc" /></presence>
- Send: <iq id="agsXMPP_3" type="get"><query xmlns="jabber:iq:roster" /></iq>
- Recv: <presence xmlns="jabber:client" from="p.testgroupchat1@conference.host3.stis.co.kr/p.test1" to="p.test1@host3.stis.co.kr/agsXMPP"><x xmlns="http://jabber.org/protocol/muc#user"><item role="moderator" jid="p.test1@host3.stis.co.kr/agsXMPP" affiliation="owner" /><status code="201" /></x></presence>
- Recv: <message xmlns="jabber:client" to="p.test1@host3.stis.co.kr/agsXMPP" type="groupchat" from="p.testgroupchat1@conference.host3.stis.co.kr"><body>This room is locked from entry until configuration is confirmed.</body></message>
- Recv: <iq xmlns="jabber:client" to="p.test1@host3.stis.co.kr/agsXMPP" id="agsXMPP_3" type="result"><query xmlns="jabber:iq:roster"><item jid="p.testserver@host3.stis.co.kr" subscription="both" /></query></iq>
- Send: <presence><status>aviable</status><priority>5</priority></presence>
- Recv: <presence xmlns="jabber:client" from="p.testserver@host3.stis.co.kr/agsXMPP" to="p.test1@host3.stis.co.kr/agsXMPP"><status>aviable</status><priority>5</priority></presence>