Uses of Class
org.jivesoftware.smackx.muc.MultiUserChat.MucCreateConfigFormHandle
Packages that use MultiUserChat.MucCreateConfigFormHandle
-
Uses of MultiUserChat.MucCreateConfigFormHandle in org.jivesoftware.smackx.muc
Methods in org.jivesoftware.smackx.muc that return MultiUserChat.MucCreateConfigFormHandleModifier and TypeMethodDescriptionMultiUserChat.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.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).MultiUserChat.createOrJoin
(Resourcepart nickname) Create or join the MUC room with the given nickname.MultiUserChat.createOrJoinIfNecessary
(Resourcepart nickname, String password) Create or join a MUC if it is necessary, i.e.