I sent this presence to create&join a room "box20" ``` <presence id="c2e97954-cc6f-4b13-bee8-cac4dac36f66" to="box20@muc.mydomain.com/valtteri" xmlns="jabber:client"> <x xmlns="http://jabber.org/protocol/muc"> <history maxstanzas="999"/> </x> </presence> ``` Then received this self-presence that uses namespace "http://jabber.org/protocol/muc" instead of "http://jabber.org/protocol/muc#user". ``` <presence from="box20@muc.mydomain.com/valtteri" id=""c2e97954-cc6f-4b13-bee8-cac4dac36f66" to="valtteri@mydomain.com/8f2d9a3b6c7e4f1a" xmlns="jabber:client" > <x xmlns="http://jabber.org/protocol/muc"> <item affiliation="owner" jid="valtteri@mydomain.com/8f2d9a3b6c7e4f1a" /> <status code="110"/> <status code="201"/> </x> </presence> ``` **Reference:** Here is a sample of room creation in [XEP-0045](https://xmpp.org/extensions/xep-0045.html#registrar-statuscodes:~:text=Example%20154.%20Service%20Acknowledges%20Room%20Creation) 