| Package | Description |
|---|---|
| org.jivesoftware.openfire.muc.spi |
Implementation of Multi-User Chat (XEP-0045).
|
| Modifier and Type | Method and Description |
|---|---|
FMUCMode |
FMUCHandler.OutboundJoinConfiguration.getMode() |
FMUCMode |
FMUCHandler.OutboundJoin.getMode() |
static FMUCMode |
FMUCMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FMUCMode[] |
FMUCMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
OutboundJoin(org.xmpp.packet.JID peer,
FMUCMode mode) |
OutboundJoinConfiguration(org.xmpp.packet.JID peer,
FMUCMode mode) |
Copyright © 2003–2020 Ignite Realtime. All rights reserved.