Uses of Class
org.jivesoftware.smackx.muc.MultiUserChatException.MucNotJoinedException
Packages that use MultiUserChatException.MucNotJoinedException
-
Uses of MultiUserChatException.MucNotJoinedException in org.jivesoftware.smackx.muc
Methods in org.jivesoftware.smackx.muc that throw MultiUserChatException.MucNotJoinedExceptionModifier and TypeMethodDescriptionvoid
MultiUserChat.changeAvailabilityStatus
(String status, Presence.Mode mode) Changes the occupant's availability status within the room.void
MultiUserChat.changeNickname
(Resourcepart nickname) Changes the occupant's nickname to a new nickname within the room.MultiUserChat.leave()
Leave the chat room.MultiUserChat.nextMessage()
Returns the next available message in the chat.MultiUserChat.nextMessage
(long timeout) Returns the next available message in the chat.MultiUserChat.pollMessage()
Polls for and returns the next message, ornull
if there isn't a message immediately available.