public class MultiUserChat.MucCreateConfigFormHandle extends Object
makeInstant()
.
For advanced configuration options, use MultiUserChat.getConfigurationForm()
, get the answer form with
Form.createAnswerForm()
, fill it out and send it back to the room with
MultiUserChat.sendConfigurationForm(Form)
.
Constructor and Description |
---|
MucCreateConfigFormHandle() |
Modifier and Type | Method and Description |
---|---|
MucConfigFormManager |
getConfigFormManager()
Alias for
MultiUserChat.getConfigFormManager() . |
void |
makeInstant()
Create an instant room.
|
public MucCreateConfigFormHandle()
public void makeInstant() throws SmackException.NoResponseException, XMPPException.XMPPErrorException, SmackException.NotConnectedException, InterruptedException
public MucConfigFormManager getConfigFormManager() throws SmackException.NoResponseException, XMPPException.XMPPErrorException, SmackException.NotConnectedException, InterruptedException
MultiUserChat.getConfigFormManager()
.SmackException.NoResponseException
XMPPException.XMPPErrorException
SmackException.NotConnectedException
InterruptedException
MultiUserChat.getConfigFormManager()