> >>> Do I have to comfigure the room after the initial <presence/> ? > >>Yup according to the MUC spec. > > > I'd like to avoid this. > > Well your only option for this would probably to modify your MUC server so > it doesnt require it.
We actually have a custom extension in our MUC server implementation that allows you to easily create new rooms. However, instead of presence it lets you create a room by simply sending in a configuration request (or instant room request). We use it in our remote server administration tool so administrators can easily create rooms and we don't have to deal with presence in the code. Not sure what your goal is here, though... :) -JD