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 MucConfigFormManagerMucConfigFormManager. makeMembersOnly()Make the room for members only.MucConfigFormManagerMucConfigFormManager. makePasswordProtected()Make the room password protected.MucConfigFormManagerMucConfigFormManager. setAndEnablePassword(java.lang.String password)Set a password and make the room password protected.MucConfigFormManagerMucConfigFormManager. setIsPasswordProtected(boolean isPasswordProtected)Set if this room is password protected.MucConfigFormManagerMucConfigFormManager. setMembersOnly(boolean isMembersOnly)Set if the room is members only.MucConfigFormManagerMucConfigFormManager. setRoomOwners(java.util.Collection<? extends Jid> newOwners)Set the owners of the room.MucConfigFormManagerMucConfigFormManager. setRoomSecret(java.lang.String secret)Set the room secret, aka the room password.
-