Uses of Class
org.jivesoftware.smackx.muc.MultiUserChatException.MucNotJoinedException
-
Packages that use MultiUserChatException.MucNotJoinedException Package Description org.jivesoftware.smackx.muc Classes and Interfaces that implement Multi-User Chat (MUC) as defined in XEP-0045. -
-
Uses of MultiUserChatException.MucNotJoinedException in org.jivesoftware.smackx.muc
Methods in org.jivesoftware.smackx.muc that throw MultiUserChatException.MucNotJoinedException Modifier and Type Method Description voidMultiUserChat. changeAvailabilityStatus(java.lang.String status, Presence.Mode mode)Changes the occupant's availability status within the room.voidMultiUserChat. changeNickname(Resourcepart nickname)Changes the occupant's nickname to a new nickname within the room.PresenceMultiUserChat. leave()Leave the chat room.PresenceMultiUserChat. leaveSync()Deprecated.useMultiUserChat.leave()instead.MessageMultiUserChat. nextMessage()Returns the next available message in the chat.MessageMultiUserChat. nextMessage(long timeout)Returns the next available message in the chat.MessageMultiUserChat. pollMessage()Polls for and returns the next message, ornullif there isn't a message immediately available.
-