Expand description
Wire-level model types for text messages.
Modules§
- option
- Text-message option numbers defined by the base specification.
Structs§
- Extension
Options - Zero-copy view over the extension options of a decoded text message.
- Extension
Options Iter - Fragment
- Fragment position carried by the 3-byte Message Sequence form.
- Message
Sequence - Message Sequence option value.
- Text
Message - Borrowed decoded text message.
Enums§
- Conversation
Key - Identity of a conversation, independent of transport handles.
- Message
Type - Text-message rendering/control type.
- Regarding
- Regarding option value: a reference to a previously sent message.
- Sender
Scope - The sender identity of a stream, as authenticated (or merely claimed) on the wire.
- WireRef
- A typed wire reference to a message, with explicit identity domain.
Constants§
- FRAGMENT_
BODY_ MAX - Maximum body bytes carried by a single fragment.
- FRAGMENT_
COUNT_ MAX - Maximum fragment count of a fragmented message (wire maximum).
- REASSEMBLED_
BODY_ MAX - Maximum reassembled body size of a fragmented message.