Package | Description |
---|---|
org.jivesoftware.smackx.muc |
Classes and Interfaces that implement Multi-User Chat (MUC) as defined in XEP-0045.
|
Modifier and Type | Method and Description |
---|---|
MucEnterConfiguration |
MucEnterConfiguration.Builder.build()
Build a new
MucEnterConfiguration with the current builder. |
Modifier and Type | Method and Description |
---|---|
MultiUserChat.MucCreateConfigFormHandle |
MultiUserChat.createOrJoin(MucEnterConfiguration mucEnterConfiguration)
Like
MultiUserChat.create(Resourcepart) , but will return a MultiUserChat.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.
|