Uses of Class
org.jivesoftware.smackx.muc.MultiUserChatException.MucConfigurationNotSupportedException
-
Packages that use MultiUserChatException.MucConfigurationNotSupportedException Package Description org.jivesoftware.smackx.muc Classes and Interfaces that implement Multi-User Chat (MUC) as defined in XEP-0045. -
-
Uses of MultiUserChatException.MucConfigurationNotSupportedException in org.jivesoftware.smackx.muc
Methods in org.jivesoftware.smackx.muc that throw MultiUserChatException.MucConfigurationNotSupportedException Modifier and Type Method Description MucConfigFormManager
MucConfigFormManager. makeMembersOnly()
Make the room for members only.MucConfigFormManager
MucConfigFormManager. makePasswordProtected()
Make the room password protected.MucConfigFormManager
MucConfigFormManager. setAndEnablePassword(String password)
Set a password and make the room password protected.MucConfigFormManager
MucConfigFormManager. setIsPasswordProtected(boolean isPasswordProtected)
Set if this room is password protected.MucConfigFormManager
MucConfigFormManager. setMembersOnly(boolean isMembersOnly)
Set if the room is members only.MucConfigFormManager
MucConfigFormManager. setRoomOwners(Collection<? extends Jid> newOwners)
Set the owners of the room.MucConfigFormManager
MucConfigFormManager. setRoomSecret(String secret)
Set the room secret, aka the room password.
-