| Package | Description |
|---|---|
| org.jivesoftware.openfire.muc |
Implementation of Multi-User Chat (XEP-0045).
|
| Modifier and Type | Method and Description |
|---|---|
abstract MUCEventDelegate.InvitationResult |
MUCEventDelegate.sendingInvitation(MUCRoom room,
org.xmpp.packet.JID inviteeJID,
org.xmpp.packet.JID inviterJID,
String inviteMessage)
This event will be triggered when an entity attempts to invite someone to a room.
|
static MUCEventDelegate.InvitationResult |
MUCEventDelegate.InvitationResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MUCEventDelegate.InvitationResult[] |
MUCEventDelegate.InvitationResult.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.