Uses of Enum Class
org.jivesoftware.openfire.muc.MUCEventDelegate.InvitationRejectionResult
Packages that use MUCEventDelegate.InvitationRejectionResult
-
Uses of MUCEventDelegate.InvitationRejectionResult in org.jivesoftware.openfire.muc
Methods in org.jivesoftware.openfire.muc that return MUCEventDelegate.InvitationRejectionResultModifier and TypeMethodDescriptionMUCEventDelegate.sendingInvitationRejection(MUCRoom room, org.xmpp.packet.JID to, org.xmpp.packet.JID from, String reason) This event will be triggered when an entity reject invite from someone to a room.Returns the enum constant of this class with the specified name.MUCEventDelegate.InvitationRejectionResult.values()Returns an array containing the constants of this enum class, in the order they are declared.