| Package | Description |
|---|---|
| org.jivesoftware.openfire.muc |
Implementation of Multi-User Chat (XEP-0045).
|
| org.jivesoftware.openfire.muc.spi |
Implementation of Multi-User Chat (XEP-0045).
|
| Modifier and Type | Method and Description |
|---|---|
LocalMUCRole |
MUCRoom.joinRoom(String nickname,
String password,
HistoryRequest historyRequest,
LocalMUCUser user,
org.xmpp.packet.Presence presence)
Joins the room using the given nickname.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HistoryRequest.sendHistory(LocalMUCRole joinRole,
MUCRoomHistory roomHistory)
Sends the smallest amount of traffic that meets any combination of the requested criteria.
|
| Modifier and Type | Method and Description |
|---|---|
LocalMUCRole |
LocalMUCRoom.joinRoom(String nickname,
String password,
HistoryRequest historyRequest,
LocalMUCUser user,
org.xmpp.packet.Presence presence) |
| Modifier and Type | Method and Description |
|---|---|
Collection<LocalMUCRole> |
LocalMUCUser.getRoles()
Get all roles for this user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LocalMUCUser.addRole(String roomName,
LocalMUCRole role)
Adds the role of the user in a particular room.
|
Copyright © 2003–2019 Ignite Realtime. All rights reserved.