Package-level declarations

Types

Link copied to clipboard
class Chat

A chat instance.

Link copied to clipboard

Manager class for global management of the chat service The ChatManager class is responsible for overseeing the chat service, managing connection

Link copied to clipboard
class ChatRx(type: ChatType, jid: XmppJid, participants: MutableSet<ChatContact>, chatService: ChatService, agenda: Agenda, xmppChat: XMPPChat)

Reactive API of Chat.

Link copied to clipboard
class Chats
Link copied to clipboard
class ChatsRx