| Package | Description |
|---|---|
| org.jivesoftware.openfire.muc |
Implementation of Multi-User Chat (XEP-0045).
|
| Modifier and Type | Method and Description |
|---|---|
abstract MUCEventDelegate.InvitationRejectionResult |
MUCEventDelegate.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.InvitationRejectionResult |
MUCEventDelegate.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.
|
Copyright © 2003–2019 Ignite Realtime. All rights reserved.