|
Ring Daemon
|


Public Member Functions | |
| AddDeviceContext (std::shared_ptr< dhtnet::ChannelSocket > c) | |
| AuthMsg | createCanceledMsg () const |
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_view | authScheme |
| std::shared_ptr< dhtnet::ChannelSocket > | channel |
| std::string | credentials |
| unsigned | maxTries {3} |
| unsigned | numTries {0} |
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 458 of file archive_account_manager.cpp.
|
inline |
Definition at line 466 of file archive_account_manager.cpp.
References jami::EST.
|
inline |
Definition at line 471 of file archive_account_manager.cpp.
References jami::ArchiveAccountManager::AuthMsg::set(), and jami::toString().

| std::string_view jami::ArchiveAccountManager::AddDeviceContext::authScheme |
Definition at line 463 of file archive_account_manager.cpp.
| std::shared_ptr<dhtnet::ChannelSocket> jami::ArchiveAccountManager::AddDeviceContext::channel |
Definition at line 462 of file archive_account_manager.cpp.
| std::string jami::ArchiveAccountManager::AddDeviceContext::credentials |
Definition at line 464 of file archive_account_manager.cpp.
| unsigned jami::ArchiveAccountManager::AddDeviceContext::maxTries {3} |
Definition at line 461 of file archive_account_manager.cpp.
| unsigned jami::ArchiveAccountManager::AddDeviceContext::numTries {0} |
Definition at line 460 of file archive_account_manager.cpp.