Ring Daemon 16.0.0
|
#include <jami_contact.h>
Public Attributes | |
uint64_t | date |
std::string | device_name |
std::map< dht::PkId, KnownDeviceSync > | devices |
std::map< dht::InfoHash, std::string > | devices_known |
std::map< dht::InfoHash, Contact > | peers |
std::map< dht::InfoHash, TrustRequest > | trust_requests |
Static Public Attributes | |
static const constexpr dht::ValueType & | TYPE = dht::ValueType::USER_DATA |
Definition at line 158 of file jami_contact.h.
uint64_t jami::DeviceSync::date |
Definition at line 161 of file jami_contact.h.
Referenced by jami::ContactList::getSyncData().
std::string jami::DeviceSync::device_name |
Definition at line 162 of file jami_contact.h.
std::map<dht::PkId, KnownDeviceSync> jami::DeviceSync::devices |
Definition at line 164 of file jami_contact.h.
std::map<dht::InfoHash, std::string> jami::DeviceSync::devices_known |
Definition at line 163 of file jami_contact.h.
std::map<dht::InfoHash, Contact> jami::DeviceSync::peers |
Definition at line 165 of file jami_contact.h.
std::map<dht::InfoHash, TrustRequest> jami::DeviceSync::trust_requests |
Definition at line 166 of file jami_contact.h.
Definition at line 160 of file jami_contact.h.