why I am getting this error when try to send message in a group created in xmpp muc.
this is message packet that I am receiving
<message xmlns="jabber:client" from="testgrp@conference.localhost" to="7023651847@localhost/787052459360862999820058" type="error"><body>hiiii</body><error code="406" type="modify"><not-acceptable xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"></not-acceptable><text xmlns="urn:ietf:params:xml:ns:xmpp-stanzas">Only occupants are allowed to send messages to the conference</text></error></message>
error text : Only occupants are allowed to send messages to the conference
method that I am using to create group is : XMPPFramework - How to create a MUC room and invite users?