> My goal is very simple: send a <presence/> to create an open room where > everyone can join. > > Maybe the fact that is usally works is a bug.
It sounds like it to me. > > I was thinking that MUC is backward compatible to GroupChat. If I send a > <presence/> without any mentioning of MUC, then I should get a room > which is not locked until it is configured. ... > No <x xmlns='http://jabber.org/protocol/muc'/>, no locking, right? Right. If you send a non-MUC enabled presence an unlocked instant room should be created for you if one does not exist. At least that's how I understand it (and how we implemented it as well). -JD
