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) |
|
MultiUserChat.MucCreateConfigFormHandle |
MultiUserChat.createOrJoin(Resourcepart nickname) |
Create or join the MUC room with the given nickname.
|
MultiUserChat.MucCreateConfigFormHandle |
MultiUserChat.createOrJoinIfNecessary(Resourcepart nickname,
java.lang.String password) |
Create or join a MUC if it is necessary, i.e.
|
java.util.Map<EntityBareJid,HostedRoom> |
MultiUserChatManager.getRoomsHostedBy(DomainBareJid serviceName) |
Returns a Map of HostedRooms where each HostedRoom has the XMPP address of the room and the room's name.
|
void |
MultiUserChat.join(MucEnterConfiguration mucEnterConfiguration) |
Joins the chat room using the specified nickname and password.
|
void |
MultiUserChat.join(Resourcepart nickname) |
Joins the chat room using the specified nickname.
|
void |
MultiUserChat.join(Resourcepart nickname,
java.lang.String password) |
Joins the chat room using the specified nickname and password.
|