Class MucConfigFormManager

java.lang.Object
org.jivesoftware.smackx.muc.MucConfigFormManager

public class MucConfigFormManager extends Object
Multi-User Chat configuration form manager is used to fill out and submit a FilledForm used to configure rooms.

Room configuration needs either be done right after the room is created and still locked. Or at any later point (see XEP-45 § 10.2 Subsequent Room Configuration). When done with the configuration, call submitConfigurationForm().

The manager may not provide all possible configuration options. If you want direct access to the configuration form, use MultiUserChat.getConfigurationForm() and MultiUserChat.sendConfigurationForm(FillableForm).