|
Ring Daemon
|
#include <account_manager.h>

Public Attributes | |
| std::string | accountId |
| std::shared_ptr< dht::Value > | announce |
| std::unique_ptr< ContactList > | contacts |
| std::string | deviceId |
| std::shared_ptr< dht::crypto::PublicKey > | devicePk |
| std::string | displayName |
| std::string | ethAccount |
| dht::crypto::Identity | identity |
| std::string | photo |
| std::string | username |
Definition at line 46 of file account_manager.h.
| std::string jami::AccountInfo::accountId |
Definition at line 50 of file account_manager.h.
| std::shared_ptr<dht::Value> jami::AccountInfo::announce |
Definition at line 53 of file account_manager.h.
| std::unique_ptr<ContactList> jami::AccountInfo::contacts |
Definition at line 49 of file account_manager.h.
| std::string jami::AccountInfo::deviceId |
Definition at line 51 of file account_manager.h.
| std::shared_ptr<dht::crypto::PublicKey> jami::AccountInfo::devicePk |
Definition at line 52 of file account_manager.h.
| std::string jami::AccountInfo::displayName |
Definition at line 57 of file account_manager.h.
| std::string jami::AccountInfo::ethAccount |
Definition at line 54 of file account_manager.h.
| dht::crypto::Identity jami::AccountInfo::identity |
Definition at line 48 of file account_manager.h.
| std::string jami::AccountInfo::photo |
Definition at line 58 of file account_manager.h.
| std::string jami::AccountInfo::username |
Definition at line 55 of file account_manager.h.