GNUnet 0.21.1
GNUNET_MESSENGER_MessageInvite Struct Reference

An invite message body. More...

#include <gnunet_messenger_service.h>

Collaboration diagram for GNUNET_MESSENGER_MessageInvite:
[legend]

Data Fields

struct GNUNET_PeerIdentity door
 The peer identity of an open door to a room. More...
 
struct GNUNET_HashCode key
 The hash identifying the port of the room. More...
 

Detailed Description

An invite message body.

This allows sharing information about other rooms in form of an invitation.

Message-body-size: 48 bytes

Definition at line 417 of file gnunet_messenger_service.h.

Field Documentation

◆ door

struct GNUNET_PeerIdentity GNUNET_MESSENGER_MessageInvite::door

The peer identity of an open door to a room.

Definition at line 422 of file gnunet_messenger_service.h.

Referenced by create_message_invite(), decode_message_body(), encode_message_body(), and get_message_body_kind_size().

◆ key

struct GNUNET_HashCode GNUNET_MESSENGER_MessageInvite::key

The documentation for this struct was generated from the following file: