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 void
MUCRoom. sendInvitation(org.xmpp.packet.JID to, String reason, MUCRole senderRole, 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 void
IQAdminHandler. handleIQ(org.xmpp.packet.IQ packet, MUCRole role)
Handles the IQ packet sent by an owner or admin of the room.void
IQOwnerHandler. handleIQ(org.xmpp.packet.IQ packet, MUCRole role)
Handles the IQ packet sent by an owner of the room.
-