Expand description
This module defines common data structures and types used throughout the p2p-chat application.
Structs§
- Delivery
Confirmation - Represents a delivery confirmation for a message.
- Encrypted
Message - Represents an encrypted message stored in a mailbox.
- Friend
- Represents a friend in the application.
- Message
- Represents a chat message.
- Read
Receipt - Represents a read receipt for a message.
Enums§
- Chat
Request - Represents a request in the chat protocol.
- Chat
Response - Represents a response in the chat protocol.
- Delivery
Status - Represents the delivery status of a message.
- Mailbox
Request - Represents a request to a mailbox node.
- Mailbox
Response - Represents a response from a mailbox node.