Uses of Class
org.jivesoftware.smackx.muc.MultiUserChatException.MucConfigurationNotSupportedException
Packages that use MultiUserChatException.MucConfigurationNotSupportedException
-
Uses of MultiUserChatException.MucConfigurationNotSupportedException in org.jivesoftware.smackx.muc
Methods in org.jivesoftware.smackx.muc that throw MultiUserChatException.MucConfigurationNotSupportedExceptionModifier and TypeMethodDescriptionMucConfigFormManager.allowOccupantsToChangeSubject()
MucConfigFormManager.disablPublicLogging()
MucConfigFormManager.disallowOccupantsToChangeSubject()
MucConfigFormManager.enablePublicLogging()
MucConfigFormManager.makeHidden()
Make the room hidden (not publicly searchable).MucConfigFormManager.makeMembersOnly()
Make the room for members only.MucConfigFormManager.makeModerated()
Make the room moderated.MucConfigFormManager.makePasswordProtected()
Make the room password protected.MucConfigFormManager.makePublic()
Make the room publicly searchable.boolean
MucConfigFormManager.occupantsAreAllowedToChangeSubject()
MucConfigFormManager.setAndEnablePassword
(String password) Set a password and make the room password protected.MucConfigFormManager.setChangeSubjectByOccupant
(boolean enabled) MucConfigFormManager.setIsPasswordProtected
(boolean isPasswordProtected) Set if this room is password protected.MucConfigFormManager.setMembersOnly
(boolean isMembersOnly) Set if the room is members only.MucConfigFormManager.setModerated
(boolean isModerated) Set if the room is members only.MucConfigFormManager.setPublic
(boolean isPublic) Set if the room is publicly searchable (i.e.MucConfigFormManager.setPublicLogging
(boolean enabled) MucConfigFormManager.setRoomAdmins
(Collection<? extends Jid> newAdmins) Set the admins of the room.MucConfigFormManager.setRoomName
(String roomName) MucConfigFormManager.setRoomOwners
(Collection<? extends Jid> newOwners) Set the owners of the room.MucConfigFormManager.setRoomSecret
(String secret) Set the room secret, aka the room password.