An invite message body. More...
#include <gnunet_messenger_service.h>
Data Fields | |
struct GNUNET_PeerIdentity | door |
The peer identity of an open door to a room. More... | |
union GNUNET_MESSENGER_RoomKey | key |
The hash identifying the port of the room. More... | |
An invite message body.
This allows sharing information about other rooms in form of an invitation.
Message-body-size: 96 bytes
Definition at line 598 of file gnunet_messenger_service.h.
struct GNUNET_PeerIdentity GNUNET_MESSENGER_MessageInvite::door |
The peer identity of an open door to a room.
Definition at line 603 of file gnunet_messenger_service.h.
Referenced by decode_message_body(), encode_message_body(), get_message_body_kind_size(), and on_message().
union GNUNET_MESSENGER_RoomKey GNUNET_MESSENGER_MessageInvite::key |
The hash identifying the port of the room.
Definition at line 608 of file gnunet_messenger_service.h.
Referenced by decode_message_body(), encode_message_body(), get_message_body_kind_size(), and on_message().