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 |
---|---|
MultiUserChat.MucCreateConfigFormHandle |
MultiUserChat.create(Resourcepart nickname)
Creates the room according to some default configuration, assign the requesting user as the
room owner, and add the owner to the room but not allow anyone else to enter the room
(effectively "locking" the room).
|
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). |
MultiUserChat.MucCreateConfigFormHandle |
MultiUserChat.createOrJoin(Resourcepart nickname)
Create or join the MUC room with the given nickname.
|
MultiUserChat.MucCreateConfigFormHandle |
MultiUserChat.createOrJoin(Resourcepart nickname,
String password,
DiscussionHistory history,
long timeout)
Deprecated.
use
MultiUserChat.createOrJoin(MucEnterConfiguration) instead. |
MultiUserChat.MucCreateConfigFormHandle |
MultiUserChat.createOrJoinIfNecessary(Resourcepart nickname,
String password)
Create or join a MUC if it is necessary, i.e.
|