Uses of Class
org.jivesoftware.openfire.muc.CannotBeInvitedException
-
Packages that use CannotBeInvitedException 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 CannotBeInvitedException in org.jivesoftware.openfire.muc
Methods in org.jivesoftware.openfire.muc that throw CannotBeInvitedException Modifier and Type Method Description voidMUCRoom. sendInvitation(org.xmpp.packet.JID to, String reason, MUCRole role, 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 CannotBeInvitedException Modifier and Type Method Description voidIQAdminHandler. handleIQ(org.xmpp.packet.IQ packet, MUCRole role)Handles the IQ packet sent by an owner or admin of the room.voidIQOwnerHandler. handleIQ(org.xmpp.packet.IQ packet, MUCRole role)Handles the IQ packet sent by an owner of the room.voidLocalMUCRoom. sendInvitation(org.xmpp.packet.JID to, String reason, MUCRole senderRole, List<org.dom4j.Element> extensions)
-