Class MultiUserChat.MucCreateConfigFormHandle

java.lang.Object
org.jivesoftware.smackx.muc.MultiUserChat.MucCreateConfigFormHandle
Enclosing class:
MultiUserChat

A handle used to configure a newly created room. As long as the room is not configured it will be locked, which means that no one is able to join. The room will become unlocked as soon it got configured. In order to create an instant room, use makeInstant().

For advanced configuration options, use MultiUserChat.getConfigurationForm(), get the answer form with Form.getFillableForm(), fill it out and send it back to the room with MultiUserChat.sendConfigurationForm(FillableForm).