A transcript message body This allows reading the content of a sent private message. More...
#include <gnunet_messenger_service.h>
Data Fields | |
struct GNUNET_HashCode | hash |
The hash of the original message. More... | |
struct GNUNET_CRYPTO_PublicKey | key |
The key from the recipient of the original message. More... | |
uint16_t | length |
The length of the transcribed message. More... | |
char * | data |
The data of the transcribed message. More... | |
A transcript message body This allows reading the content of a sent private message.
Message-body-size: 68+
Definition at line 558 of file gnunet_messenger_service.h.
struct GNUNET_HashCode GNUNET_MESSENGER_MessageTranscript::hash |
The hash of the original message.
Definition at line 563 of file gnunet_messenger_service.h.
Referenced by decode_message_body(), dequeue_message_from_room(), encode_message_body(), get_message_body_kind_size(), and handle_transcript_message().
struct GNUNET_CRYPTO_PublicKey GNUNET_MESSENGER_MessageTranscript::key |
The key from the recipient of the original message.
Definition at line 568 of file gnunet_messenger_service.h.
Referenced by gnunet-chk.Chk::__init__(), gnunet-chk.AESKey::__init__(), decode_message_body(), encode_message_body(), get_message_body_size(), handle_transcript_message(), transcribe_message(), and gnunet-chk.Chk::uri().
uint16_t GNUNET_MESSENGER_MessageTranscript::length |
The length of the transcribed message.
Definition at line 573 of file gnunet_messenger_service.h.
Referenced by copy_message(), create_message(), decode_message_body(), get_message_body_size(), read_transcript_message(), and transcribe_message().
char* GNUNET_MESSENGER_MessageTranscript::data |
The data of the transcribed message.
Definition at line 578 of file gnunet_messenger_service.h.
Referenced by copy_message(), create_message(), decode_message_body(), destroy_message_body(), encode_message_body(), typescriptdomain.TypeScriptDomain::objects(), read_transcript_message(), httpdomain.httpdomain.HTTPDomain::resolve_xref(), httpdomain.httpdomain.HTTPDomain::routes(), and transcribe_message().