Uses of Class
org.jivesoftware.openfire.muc.NotAllowedException
-
Packages that use NotAllowedException Package Description org.jivesoftware.openfire.muc Implementation of Multi-User Chat (XEP-0045).org.jivesoftware.openfire.muc.spi Implementation of Multi-User Chat (XEP-0045). -
-
Uses of NotAllowedException in org.jivesoftware.openfire.muc
Methods in org.jivesoftware.openfire.muc that throw NotAllowedException Modifier and Type Method Description List<org.xmpp.packet.Presence>MUCRoom. addOutcast(org.xmpp.packet.JID jid, String reason, MUCRole senderRole)Adds a new user to the list of outcast users.org.xmpp.packet.PresenceMUCRoom. addParticipant(org.xmpp.packet.JID fullJID, String reason, MUCRole senderRole)Changes the role of the user within the room to participant.org.xmpp.packet.PresenceMUCRoom. addVisitor(org.xmpp.packet.JID jid, MUCRole senderRole)Changes the role of the user within the room to visitor.MUCRoomMultiUserChatService. getChatRoom(String roomName, org.xmpp.packet.JID userjid)Obtains a chatroom by name.org.xmpp.packet.PresenceMUCRoom. kickOccupant(org.xmpp.packet.JID fullJID, org.xmpp.packet.JID actorJID, String actorNickname, String reason)Kicks a user from the room.voidMUCRole. setAffiliation(MUCRole.Affiliation newAffiliation)Call this method to promote or demote a user's affiliation in a chatroom.voidMUCRole. setRole(MUCRole.Role newRole)Call this method to promote or demote a user's role in a chatroom. -
Uses of NotAllowedException in org.jivesoftware.openfire.muc.spi
Methods in org.jivesoftware.openfire.muc.spi that throw NotAllowedException Modifier and Type Method Description List<org.xmpp.packet.Presence>LocalMUCRoom. addOutcast(org.xmpp.packet.JID jid, String reason, MUCRole senderRole)org.xmpp.packet.PresenceLocalMUCRoom. addParticipant(org.xmpp.packet.JID jid, String reason, MUCRole senderRole)org.xmpp.packet.PresenceLocalMUCRoom. addVisitor(org.xmpp.packet.JID jid, MUCRole senderRole)MUCRoomMultiUserChatServiceImpl. getChatRoom(String roomName, org.xmpp.packet.JID userjid)voidIQAdminHandler. handleIQ(org.xmpp.packet.IQ packet, MUCRole role)Handles the IQ packet sent by an owner or admin of the room.org.xmpp.packet.PresenceLocalMUCRoom. kickOccupant(org.xmpp.packet.JID jid, org.xmpp.packet.JID actorJID, String actorNickname, String reason)voidLocalMUCRole. setAffiliation(MUCRole.Affiliation newAffiliation)voidLocalMUCRole. setRole(MUCRole.Role newRole)org.xmpp.packet.PresenceLocalMUCRoom. updateOccupant(UpdateOccupantRequest updateRequest)
-