|
Ring Daemon
|


Public Member Functions | |
| LinkDeviceContext (const std::shared_ptr< dhtnet::ConnectionManager::Config > &config) | |
Public Member Functions inherited from jami::ArchiveAccountManager::DeviceContextBase | |
| DeviceContextBase (uint64_t operationId, AuthDecodingState initialState) | |
| constexpr std::string_view | formattedAuthState () const |
| DeviceAuthInfo::Error | getErrorState () const |
| bool | handleCanceledMessage (const AuthMsg &msg) |
| bool | handleTimeoutMessage (const AuthMsg &msg) |
| bool | isCompleted () const |
Public Attributes | |
| std::string | authScheme {fileutils::ARCHIVE_AUTH_SCHEME_NONE} |
| std::shared_ptr< dhtnet::ChannelSocket > | channel |
| std::string | credentialsFromUser {""} |
| unsigned | maxOpenChannels {1} |
| unsigned | numOpenChannels {0} |
| msgpack::unpacker | pac {[](msgpack::type::object_type, std::size_t, void*) { return true; }, nullptr, 512} |
| dhtnet::ConnectionManager | tempConnMgr |
| dht::crypto::Identity | tmpId |
Public Attributes inherited from jami::ArchiveAccountManager::DeviceContextBase | |
| std::string | accData |
| bool | archiveTransferredWithoutFailure {false} |
| bool | authEnabled {false} |
| uint64_t | opId |
| std::string | scheme |
| AuthDecodingState | state {AuthDecodingState::EST} |
Definition at line 440 of file archive_account_manager.cpp.
|
inline |
Definition at line 451 of file archive_account_manager.cpp.
References jami::HANDSHAKE.
| std::string jami::ArchiveAccountManager::LinkDeviceContext::authScheme {fileutils::ARCHIVE_AUTH_SCHEME_NONE} |
Definition at line 448 of file archive_account_manager.cpp.
| std::shared_ptr<dhtnet::ChannelSocket> jami::ArchiveAccountManager::LinkDeviceContext::channel |
Definition at line 446 of file archive_account_manager.cpp.
| std::string jami::ArchiveAccountManager::LinkDeviceContext::credentialsFromUser {""} |
Definition at line 449 of file archive_account_manager.cpp.
| unsigned jami::ArchiveAccountManager::LinkDeviceContext::maxOpenChannels {1} |
Definition at line 445 of file archive_account_manager.cpp.
| unsigned jami::ArchiveAccountManager::LinkDeviceContext::numOpenChannels {0} |
Definition at line 444 of file archive_account_manager.cpp.
| msgpack::unpacker jami::ArchiveAccountManager::LinkDeviceContext::pac {[](msgpack::type::object_type, std::size_t, void*) { return true; }, nullptr, 512} |
Definition at line 447 of file archive_account_manager.cpp.
| dhtnet::ConnectionManager jami::ArchiveAccountManager::LinkDeviceContext::tempConnMgr |
Definition at line 443 of file archive_account_manager.cpp.
| dht::crypto::Identity jami::ArchiveAccountManager::LinkDeviceContext::tmpId |
Definition at line 442 of file archive_account_manager.cpp.