Ring Daemon 16.0.0
|
Go to the source code of this file.
Namespaces | |
namespace | jami |
namespace | jami::PayloadKey |
Enumerations | |
enum class | jami::AuthDecodingState : uint8_t { jami::HANDSHAKE = 0 , jami::EST , jami::AUTH , jami::DATA , jami::ERR , jami::AUTH_ERROR , jami::DONE , jami::TIMEOUT , jami::CANCELED } |
Functions | |
static constexpr std::string_view | jami::toString (AuthDecodingState state) |
Variables | |
static constexpr auto | jami::PayloadKey::accData = "accData"sv |
constexpr auto | jami::AUTH_URI_SCHEME = "jami-auth://"sv |
static constexpr auto | jami::PayloadKey::authScheme = "authScheme"sv |
static constexpr auto | jami::PayloadKey::canRetry = "canRetry"sv |
constexpr auto | jami::CHANNEL_SCHEME = "auth:"sv |
const constexpr auto | jami::EXPORT_KEY_RENEWAL_TIME = std::chrono::minutes(20) |
constexpr auto | jami::OP_TIMEOUT = 5min |
static constexpr auto | jami::PayloadKey::password = "password"sv |
static constexpr auto | jami::PayloadKey::passwordCorrect = "passwordCorrect"sv |
static constexpr auto | jami::PayloadKey::stateMsg = "stateMsg"sv |