MucEnterConfiguration.Builder |
MultiUserChat.getEnterConfigurationBuilder(Resourcepart nickname) |
Get a new MUC enter configuration builder.
|
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.requestHistorySince(java.util.Date since) |
Sets the since date 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(java.lang.String password) |
Use the given password to join the MUC room.
|
MucEnterConfiguration.Builder |
MucEnterConfiguration.Builder.withPresence(Presence presence) |
Deprecated.
|
MucEnterConfiguration.Builder |
MucEnterConfiguration.Builder.withPresence(Consumer<? super PresenceBuilder> presenceBuilderConsumer) |
Set the presence used to join the MUC room.
|