Uses of Class
rocks.xmpp.im.chat.ChatSession
-
Packages that use ChatSession Package Description rocks.xmpp.im.chat Provides core classes needed for chat. -
-
Uses of ChatSession in rocks.xmpp.im.chat
Methods in rocks.xmpp.im.chat that return ChatSession Modifier and Type Method Description ChatSession
ChatManager. createChatSession(Jid chatPartner)
Creates a new chat session or returns an existing one for the given chat partner and notifies any chat session listeners about it.ChatSession
ChatManager. createChatSession(Jid chatPartner, String threadId)
Creates a new chat session with a given thread id or returns an existing one for the given chat partner and notifies any chat session listeners about it.ChatSession
ChatSessionEvent. getChatSession()
Gets the chat session.
-