public class MultiUserChat.MucCreateConfigFormHandle
extends java.lang.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 void makeInstant() throws org.jivesoftware.smack.SmackException.NoResponseException, org.jivesoftware.smack.XMPPException.XMPPErrorException, org.jivesoftware.smack.SmackException.NotConnectedException, java.lang.InterruptedException
org.jivesoftware.smack.SmackException.NoResponseException
- if there was no response from the remote entity.org.jivesoftware.smack.XMPPException.XMPPErrorException
- if there was an XMPP error returned.org.jivesoftware.smack.SmackException.NotConnectedException
- if the XMPP connection is not connected.java.lang.InterruptedException
- if the calling thread was interrupted.public MucConfigFormManager getConfigFormManager() throws org.jivesoftware.smack.SmackException.NoResponseException, org.jivesoftware.smack.XMPPException.XMPPErrorException, org.jivesoftware.smack.SmackException.NotConnectedException, java.lang.InterruptedException
MultiUserChat.getConfigFormManager()
.org.jivesoftware.smack.SmackException.NoResponseException
- if there was no response from the remote entity.org.jivesoftware.smack.XMPPException.XMPPErrorException
- if there was an XMPP error returned.org.jivesoftware.smack.SmackException.NotConnectedException
- if the XMPP connection is not connected.java.lang.InterruptedException
- if the calling thread was interrupted.MultiUserChat.getConfigFormManager()