Uses of Class
org.jivesoftware.smackx.muc.MucEnterConfiguration
Packages that use MucEnterConfiguration
-
Uses of MucEnterConfiguration in org.jivesoftware.smackx.muc
Methods in org.jivesoftware.smackx.muc that return MucEnterConfigurationModifier and TypeMethodDescriptionMucEnterConfiguration.Builder.build()
Build a newMucEnterConfiguration
with the current builder.Methods in org.jivesoftware.smackx.muc with parameters of type MucEnterConfigurationModifier and TypeMethodDescriptionMultiUserChat.createOrJoin
(MucEnterConfiguration mucEnterConfiguration) LikeMultiUserChat.create(Resourcepart)
, but will return aMultiUserChat.MucCreateConfigFormHandle
if the room creation was acknowledged by the service (with an 201 status code).MultiUserChat.join
(MucEnterConfiguration mucEnterConfiguration) Joins the chat room using the specified nickname and password.