Uses of Class
org.jivesoftware.openfire.muc.MUCEventDelegate.InvitationRejectionResult
-
Packages that use MUCEventDelegate.InvitationRejectionResult Package Description org.jivesoftware.openfire.muc Implementation of Multi-User Chat (XEP-0045). -
-
Uses of MUCEventDelegate.InvitationRejectionResult in org.jivesoftware.openfire.muc
Methods in org.jivesoftware.openfire.muc that return MUCEventDelegate.InvitationRejectionResult Modifier and Type Method Description abstract MUCEventDelegate.InvitationRejectionResultMUCEventDelegate. 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.static MUCEventDelegate.InvitationRejectionResultMUCEventDelegate.InvitationRejectionResult. valueOf(String name)Returns the enum constant of this type with the specified name.static MUCEventDelegate.InvitationRejectionResult[]MUCEventDelegate.InvitationRejectionResult. values()Returns an array containing the constants of this enum type, in the order they are declared.
-