|
Radix Relay
Hybrid mesh communications with Signal Protocol encryption
|
Information about a known contact. More...
#include <contact_info.hpp>
Public Attributes | |
| std::string | rdx_fingerprint |
| Signal Protocol RDX fingerprint. | |
| std::string | nostr_pubkey |
| Nostr public key. | |
| std::string | user_alias |
| User-assigned friendly name. | |
| bool | has_active_session |
| Whether an encrypted session exists. | |
Information about a known contact.
Definition at line 10 of file contact_info.hpp.
| bool radix_relay::core::contact_info::has_active_session |
Whether an encrypted session exists.
Definition at line 15 of file contact_info.hpp.
| std::string radix_relay::core::contact_info::nostr_pubkey |
Nostr public key.
Definition at line 13 of file contact_info.hpp.
| std::string radix_relay::core::contact_info::rdx_fingerprint |
Signal Protocol RDX fingerprint.
Definition at line 12 of file contact_info.hpp.
| std::string radix_relay::core::contact_info::user_alias |
User-assigned friendly name.
Definition at line 14 of file contact_info.hpp.