| Package | Description |
|---|---|
| rocks.xmpp.extensions.muc.model |
Provides XML schema implementations and configuration classes for XEP-0045: Multi-User Chat.
|
| Modifier and Type | Method and Description |
|---|---|
static RoomInfo.Builder |
RoomInfo.builder() |
RoomInfo.Builder |
RoomInfo.Builder.changeSubjectAllowed(boolean changeSubjectAllowed)
Indicates, whether the room subject can be modified by participants.
|
RoomInfo.Builder |
RoomInfo.Builder.contacts(Collection<Jid> contacts)
Gets the contact addresses (normally, room owner or owners).
|
RoomInfo.Builder |
RoomInfo.Builder.currentNumberOfOccupants(int occupants)
Sets the current number of occupants in the room.
|
RoomInfo.Builder |
RoomInfo.Builder.description(String description)
Sets a short description.
|
RoomInfo.Builder |
RoomInfo.Builder.language(Locale language)
Sets the natural language for room discussions.
|
RoomInfo.Builder |
RoomInfo.Builder.ldapGroup(String ldapGroup)
Sets an associated LDAP group that defines
room membership; this should be an LDAP
Distinguished Name according to an
implementation-specific or
deployment-specific definition of a
group.
|
RoomInfo.Builder |
RoomInfo.Builder.logs(URL logs)
Sets an URL for archived discussion logs.
|
RoomInfo.Builder |
RoomInfo.Builder.maxHistoryMessages(int maxHistoryMessages)
Sets the maximum number of history messages returned by the room.
|
RoomInfo.Builder |
RoomInfo.Builder.subject(String subject)
Sets the current discussion topic.
|
Copyright © 2014–2018 XMPP.rocks. All rights reserved.