| 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 History |
History.forMaxChars(int maxChars)
Limit the total number of characters in the history to "X" (where the character count is the characters of the complete XML stanzas, not only their XML character data).
|
static History |
History.forMaxMessages(int maxMessages)
Limit the total number of messages in the history to "X".
|
static History |
History.forSeconds(int seconds)
Send only the messages received in the last "X" seconds.
|
static History |
History.none()
Send no history.
|
static History |
History.since(Date date)
Send only the messages received since the date.
|
| Constructor and Description |
|---|
Muc(History history)
Creates an element with a history element, indicating the user wishes to retrieve history.
|
Muc(String password,
History history)
Creates an element with a history element and a password for the room.
|
Copyright © 2014 XMPP.rocks. All rights reserved.