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 void
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.Presence
MultiUserChat. leave()
Leave the chat room.Presence
MultiUserChat. leaveSync()
Deprecated.useMultiUserChat.leave()
instead.Message
MultiUserChat. nextMessage()
Returns the next available message in the chat.Message
MultiUserChat. nextMessage(long timeout)
Returns the next available message in the chat.Message
MultiUserChat. pollMessage()
Polls for and returns the next message, ornull
if there isn't a message immediately available.
-