Uses of Class
org.jivesoftware.smack.chat.Chat
-
Packages that use Chat Package Description org.jivesoftware.smack.chat Smacks legacy API for 1:1 chats.org.jivesoftware.smackx.muc Smack API for Multi-User Chat (MUC, XEP-0045).org.jivesoftware.smackx.muclight Classes and Interfaces that implement Multi-User Chat Light (MUC Light). -
-
Uses of Chat in org.jivesoftware.smack.chat
Methods in org.jivesoftware.smack.chat that return Chat Modifier and Type Method Description ChatChatManager. createChat(EntityJid userJID)Deprecated.Creates a new chat and returns it.ChatChatManager. createChat(EntityJid userJID, String thread, ChatMessageListener listener)Deprecated.Creates a new chat using the specified thread ID, then returns it.ChatChatManager. createChat(EntityJid userJID, ChatMessageListener listener)Deprecated.Creates a new chat and returns it.ChatChatManager. getThreadChat(String thread)Deprecated.Methods in org.jivesoftware.smack.chat with parameters of type Chat Modifier and Type Method Description voidChatManagerListener. chatCreated(Chat chat, boolean createdLocally)Event fired when a new chat is created.voidChatMessageListener. processMessage(Chat chat, Message message) -
Uses of Chat in org.jivesoftware.smackx.muc
Methods in org.jivesoftware.smackx.muc that return Chat Modifier and Type Method Description ChatMultiUserChat. createPrivateChat(EntityFullJid occupant, ChatMessageListener listener)Returns a new Chat for sending private messages to a given room occupant. -
Uses of Chat in org.jivesoftware.smackx.muclight
Methods in org.jivesoftware.smackx.muclight that return Chat Modifier and Type Method Description ChatMultiUserChatLight. createPrivateChat(EntityJid occupant, ChatMessageListener listener)Deprecated.
-