Uses of Class
rocks.xmpp.im.chat.Chat
-
Packages that use Chat Package Description rocks.xmpp.extensions.chatstates Provides classes for XEP-0085: Chat State Notifications.rocks.xmpp.extensions.muc Provides classes for XEP-0045: Multi-User Chat.rocks.xmpp.extensions.rtt Provides classes for XEP-0301: In-Band Real Time Text.rocks.xmpp.im.chat Provides core classes needed for chat. -
-
Uses of Chat in rocks.xmpp.extensions.chatstates
Methods in rocks.xmpp.extensions.chatstates with parameters of type Chat Modifier and Type Method Description boolean
ChatStateManager. setChatState(ChatState chatState, Chat chat)
Sets the chat state for a chat. -
Uses of Chat in rocks.xmpp.extensions.muc
Subclasses of Chat in rocks.xmpp.extensions.muc Modifier and Type Class Description class
ChatRoom
Represents a multi-user chat room. -
Uses of Chat in rocks.xmpp.extensions.rtt
Methods in rocks.xmpp.extensions.rtt with parameters of type Chat Modifier and Type Method Description void
RealTimeTextManager. activate(Chat chat)
Activates real-time text for a chat session.OutboundRealTimeMessage
RealTimeTextManager. createRealTimeMessage(Chat chat)
Creates a new real-time message for sending real-time text.OutboundRealTimeMessage
RealTimeTextManager. createRealTimeMessage(Chat chat, String id)
Creates a new real-time message for sending real-time text.void
RealTimeTextManager. deactivate(Chat chat)
Deactivates real-time text for a chat session. -
Uses of Chat in rocks.xmpp.im.chat
Subclasses of Chat in rocks.xmpp.im.chat Modifier and Type Class Description class
ChatSession
Implements a one-to-one chat session.
-