Uses of Class
org.jivesoftware.openfire.muc.CannotBeInvitedException
Packages that use CannotBeInvitedException
Package
Description
Implementation of Multi-User Chat (XEP-0045).
Implementation of Multi-User Chat (XEP-0045).
-
Uses of CannotBeInvitedException in org.jivesoftware.openfire.muc
Methods in org.jivesoftware.openfire.muc that throw CannotBeInvitedExceptionModifier and TypeMethodDescriptionvoidMUCRoom.sendInvitation(org.xmpp.packet.JID to, String reason, Affiliation senderAffiliation, org.xmpp.packet.JID senderUserAddress, List<org.dom4j.Element> extensions) Sends an invitation to a user. -
Uses of CannotBeInvitedException in org.jivesoftware.openfire.muc.spi
Methods in org.jivesoftware.openfire.muc.spi that throw CannotBeInvitedExceptionModifier and TypeMethodDescriptionvoidIQAdminHandler.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.