Package | Description |
---|---|
org.jivesoftware.smackx.muc |
Classes and Interfaces that implement Multi-User Chat (MUC).
|
Modifier and Type | Method and Description |
---|---|
boolean |
MultiUserChat.createOrJoin(String nickname,
String password,
DiscussionHistory history,
long timeout)
Like
MultiUserChat.create(String) , but will return true if the room creation was acknowledged by
the service (with an 201 status code). |
void |
MultiUserChat.join(String nickname,
String password,
DiscussionHistory history,
long timeout)
Joins the chat room using the specified nickname and password.
|