I need help with agsXMPP
- user (testz2@mx.testserverz.info) authorization is successful
- the user testz2@mx.testserverz.info created muc room (group chat) testconfa@conference.mx.testserverz.info 3.the user testz2@mx.testserverz.info send request to invite another user to this room, but server return message
<message xmlns="jabber:client" from="testconfa@conference.mx.testserverz.info" to="testz2@mx.testserverz.info/agsXMPP" type="error" xml:lang="en">
<error type="modify" code="406">
<not-acceptable xmlns="urn:ietf:params:xml:ns:xmpp-stanzas" />
<text xmlns="urn:ietf:params:xml:ns:xmpp-stanzas" xml:lang="en">Only occupants are allowed to send messages to the conference</text>
</error>
<body>Hi everybody...</body>
</message>
how can the creator of a room become a member of a room and invite another user to this room ?