Uses of Class
org.jivesoftware.smackx.muc.MucEnterConfiguration.Builder
Packages that use MucEnterConfiguration.Builder
- 
Uses of MucEnterConfiguration.Builder in org.jivesoftware.smackx.muc
Methods in org.jivesoftware.smackx.muc that return MucEnterConfiguration.BuilderModifier and TypeMethodDescriptionMultiUserChat.getEnterConfigurationBuilder(Resourcepart nickname) Get a new MUC enter configuration builder.MucEnterConfiguration.Builder.requestHistorySince(int seconds) Sets the number of seconds to use to filter the messages received during that time.MucEnterConfiguration.Builder.requestHistorySince(Date since) Sets the since date to use to filter the messages received during that time.MucEnterConfiguration.Builder.requestMaxCharsHistory(int maxChars) Sets the total number of characters to receive in the history.MucEnterConfiguration.Builder.requestMaxStanzasHistory(int maxStanzas) Sets the total number of messages to receive in the history.MucEnterConfiguration.Builder.requestNoHistory()Request that that MUC is going to sent us no history when joining.MucEnterConfiguration.Builder.timeoutAfter(long timeout) Set the timeout used when joining the MUC room.MucEnterConfiguration.Builder.withPassword(String password) Use the given password to join the MUC room.MucEnterConfiguration.Builder.withPresence(Consumer<? super PresenceBuilder> presenceBuilderConsumer) Set the presence used to join the MUC room.