Package org.jivesoftware.smackx.muc
Class MucEnterConfiguration
- java.lang.Object
-
- org.jivesoftware.smackx.muc.MucEnterConfiguration
-
public final class MucEnterConfiguration extends java.lang.Object
The configuration used to enter a MUC room. This configuration is usually used when joining an existing room. When creating a new room, only the Nickname setting is relevant.A builder for this can be obtained by calling
MultiUserChat.getEnterConfigurationBuilder(Resourcepart)
.- Since:
- 4.2
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MucEnterConfiguration.Builder
-