| 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 |
|---|---|
MUCRole |
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 |
|---|---|
MUCRole |
LocalMUCRoom.joinRoom(String nickname,
String password,
HistoryRequest historyRequest,
LocalMUCUser user,
org.xmpp.packet.Presence presence) |
| Constructor and Description |
|---|
LocalMUCRole(MultiUserChatService chatserver,
LocalMUCRoom chatroom,
String nickname,
MUCRole.Role role,
MUCRole.Affiliation affiliation,
LocalMUCUser chatuser,
org.xmpp.packet.Presence presence,
PacketRouter packetRouter)
Create a new role.
|
Copyright © 2003–2020 Ignite Realtime. All rights reserved.