Uses of Class
org.jivesoftware.smackx.muc.MucEnterConfiguration
-
Packages that use MucEnterConfiguration Package Description org.jivesoftware.smackx.muc Classes and Interfaces that implement Multi-User Chat (MUC) as defined in XEP-0045. -
-
Uses of MucEnterConfiguration in org.jivesoftware.smackx.muc
Methods in org.jivesoftware.smackx.muc that return MucEnterConfiguration Modifier and Type Method Description MucEnterConfiguration
MucEnterConfiguration.Builder. build()
Build a newMucEnterConfiguration
with the current builder.Methods in org.jivesoftware.smackx.muc with parameters of type MucEnterConfiguration Modifier and Type Method Description MultiUserChat.MucCreateConfigFormHandle
MultiUserChat. 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).void
MultiUserChat. join(MucEnterConfiguration mucEnterConfiguration)
Joins the chat room using the specified nickname and password.
-