Uses of Class
org.jivesoftware.openfire.muc.NotAllowedException
Packages that use NotAllowedException
Package
Description
Implementation of Multi-User Chat (XEP-0045).
Implementation of Multi-User Chat (XEP-0045).
-
Uses of NotAllowedException in org.jivesoftware.openfire.muc
Methods in org.jivesoftware.openfire.muc that throw NotAllowedExceptionModifier and TypeMethodDescriptionList<org.xmpp.packet.Presence>MUCRoom.addOutcast(org.xmpp.packet.JID targetUserAddress, String reason, org.xmpp.packet.JID actorUserAddress, Affiliation actorAffiliation, Role actorRole) Adds a new user to the list of outcast users.List<org.xmpp.packet.Presence>MUCRoom.addParticipant(org.xmpp.packet.JID targetUserAddress, String reason, Affiliation actorAffiliation, Role actorRole) Changes the role of the user within the room to participant.List<org.xmpp.packet.Presence>MUCRoom.addVisitor(org.xmpp.packet.JID targetUserAddress, Affiliation actorAffiliation, Role actorRole) Changes the role of the user within the room to visitor.MultiUserChatService.getChatRoom(String roomName, org.xmpp.packet.JID userjid) Obtains a chatroom by name.List<org.xmpp.packet.Presence>MUCRoom.kickOccupant(org.xmpp.packet.JID userAddress, Affiliation actorAffiliation, Role actorRole, org.xmpp.packet.JID actorJID, String actorNickname, String reason) Kicks a user from the room.List<org.xmpp.packet.Presence>MUCRoom.kickOccupant(org.xmpp.packet.JID userAddress, Affiliation actorAffiliation, Role actorRole, org.xmpp.packet.JID actorJID, String actorNickname, String reason, int status) Kicks a user from the room.List<org.xmpp.packet.Presence>MUCRoom.setMembersOnly(boolean membersOnly, Affiliation actorAffiliation, org.xmpp.packet.JID actorJid) Sets if the room requires an invitation to enter. -
Uses of NotAllowedException in org.jivesoftware.openfire.muc.spi
Methods in org.jivesoftware.openfire.muc.spi that throw NotAllowedExceptionModifier and TypeMethodDescriptionMultiUserChatServiceImpl.getChatRoom(String roomName, org.xmpp.packet.JID userjid) voidIQAdminHandler.handleIQ(org.xmpp.packet.IQ packet, MUCOccupant actorOccupant) Handles the IQ packet sent by an owner or admin of the room.voidIQOwnerHandler.handleIQ(org.xmpp.packet.IQ packet, MUCOccupant actorOccupant) Handles the IQ packet sent by an owner of the room.