Package | Description |
---|---|
tigase.jaxmpp.core.client.xmpp.modules.muc |
Support for XEP-0045: Multi-User Chat.
|
Modifier and Type | Method and Description |
---|---|
Room.State |
Room.getState() |
static Room.State |
Room.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Room.State[] |
Room.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MucModule.StateChangeHandler.onStateChange(SessionObject sessionObject,
Room room,
Room.State oldState,
Room.State newState) |
Constructor and Description |
---|
StateChangeEvent(SessionObject sessionObject,
Room room,
Room.State oldState,
Room.State newState) |
Copyright © 2006–2022 Tigase. All rights reserved.