Radix Relay
Hybrid mesh communications with Signal Protocol encryption
Loading...
Searching...
No Matches
contact_info.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <string>
4
5namespace radix_relay::core {
6
11{
12 std::string rdx_fingerprint;
13 std::string nostr_pubkey;
14 std::string user_alias;
16};
17
18}// namespace radix_relay::core
Information about a known contact.
std::string rdx_fingerprint
Signal Protocol RDX fingerprint.
bool has_active_session
Whether an encrypted session exists.
std::string user_alias
User-assigned friendly name.
std::string nostr_pubkey
Nostr public key.