"Room is locked from entry until configuration is confirmed"?

Hi,

I am currently having problems when creating a GroupChat room and polling for messages from the chat room.

When i create a room and join the first user,the server is responding “the room is locked from entry until configuration is confirmed”. How do i confirm configuration or can i use some sort of a timeout to allow configuration to be confirmed??

Please respond if you have any ideas??

Hi,

you must configure the room, take a look at

http://www.xmpp.org/extensions/xep-0045.html#createroom-general and

http://www.xmpp.org/extensions/xep-0045.html#createroom-instant or http://www.xmpp.org/extensions/xep-0045.html#createroom-reserved

LG

Hello!

Thanks for the link. Now we know the background (I copied the most relevant stuff into here:

… indicating the user’'s status as an owner and acknowledging that the room has been created (via status code 201) and is awaiting configuration.

If the initial room owner would like to create and configure a reserved room, the room owner MUST then request a configuration form by sending an IQ stanza of type “get” to the room …+

BUT how is this being done in Spark or any other Client???

nachdenk

Starry

Hi,

Sorry, you said you copied relevant stuff but didnt include a link?? I am using the SMACK API and Wildfire so i need to configure the room with the SMACK API, does anyone know where i could get a example of how this is achieved, i am finding it very hard to find documentation on how i can achieve room configuration suing the SMACK API???