Package | Description |
---|---|
org.jivesoftware.smackx.muc |
Classes and Interfaces that implement Multi-User Chat (MUC) as defined in XEP-0045.
|
Modifier and Type | Method and Description |
---|---|
MucEnterConfiguration.Builder |
MultiUserChat.getEnterConfigurationBuilder(Resourcepart nickname)
Get a new MUC enter configuration builder.
|
MucEnterConfiguration.Builder |
MucEnterConfiguration.Builder.requestHistorySince(Date since)
Sets the since date to use to filter the messages received during that time.
|
MucEnterConfiguration.Builder |
MucEnterConfiguration.Builder.requestHistorySince(int seconds)
Sets the number of seconds to use to filter the messages received during that time.
|
MucEnterConfiguration.Builder |
MucEnterConfiguration.Builder.requestMaxCharsHistory(int maxChars)
Sets the total number of characters to receive in the history.
|
MucEnterConfiguration.Builder |
MucEnterConfiguration.Builder.requestMaxStanzasHistory(int maxStanzas)
Sets the total number of messages to receive in the history.
|
MucEnterConfiguration.Builder |
MucEnterConfiguration.Builder.requestNoHistory()
Request that that MUC is going to sent us no history when joining.
|
MucEnterConfiguration.Builder |
MucEnterConfiguration.Builder.timeoutAfter(long timeout)
Set the timeout used when joining the MUC room.
|
MucEnterConfiguration.Builder |
MucEnterConfiguration.Builder.withPassword(String password)
Use the given password to join the MUC room.
|
MucEnterConfiguration.Builder |
MucEnterConfiguration.Builder.withPresence(Presence presence)
Set the presence used to join the MUC room.
|