Ring Daemon 16.0.0
Loading...
Searching...
No Matches
libjami::Account::States Namespace Reference

Variables

static constexpr const char ERROR [] = "ERROR"
 
static constexpr const char ERROR_AUTH [] = "ERROR_AUTH"
 
static constexpr const char ERROR_CONF_STUN [] = "ERROR_CONF_STUN"
 
static constexpr const char ERROR_EXIST_STUN [] = "ERROR_EXIST_STUN"
 
static constexpr const char ERROR_GENERIC [] = "ERROR_GENERIC"
 
static constexpr const char ERROR_HOST [] = "ERROR_HOST"
 
static constexpr const char ERROR_MISSING_ID [] = "ERROR_MISSING_ID"
 
static constexpr const char ERROR_NEED_MIGRATION [] = "ERROR_NEED_MIGRATION"
 
static constexpr const char ERROR_NETWORK [] = "ERROR_NETWORK"
 
static constexpr const char ERROR_NOT_ACCEPTABLE [] = "ERROR_NOT_ACCEPTABLE"
 
static constexpr const char ERROR_SERVICE_UNAVAILABLE [] = "ERROR_SERVICE_UNAVAILABLE"
 
static constexpr const char INITIALIZING [] = "INITIALIZING"
 
static constexpr const char READY [] = "READY"
 
static constexpr const char REGISTERED [] = "REGISTERED"
 
static constexpr const char REQUEST_TIMEOUT [] = "Request Timeout"
 
static constexpr const char TRYING [] = "TRYING"
 
static constexpr const char UNREGISTERED [] = "UNREGISTERED"
 

Variable Documentation

◆ ERROR

constexpr const char libjami::Account::States::ERROR[] = "ERROR"
staticconstexpr

Definition at line 45 of file account_const.h.

◆ ERROR_AUTH

constexpr const char libjami::Account::States::ERROR_AUTH[] = "ERROR_AUTH"
staticconstexpr

Definition at line 47 of file account_const.h.

◆ ERROR_CONF_STUN

constexpr const char libjami::Account::States::ERROR_CONF_STUN[] = "ERROR_CONF_STUN"
staticconstexpr

Definition at line 50 of file account_const.h.

◆ ERROR_EXIST_STUN

constexpr const char libjami::Account::States::ERROR_EXIST_STUN[] = "ERROR_EXIST_STUN"
staticconstexpr

Definition at line 51 of file account_const.h.

◆ ERROR_GENERIC

constexpr const char libjami::Account::States::ERROR_GENERIC[] = "ERROR_GENERIC"
staticconstexpr

Definition at line 46 of file account_const.h.

Referenced by jami::Account::mapStateNumberToString().

◆ ERROR_HOST

constexpr const char libjami::Account::States::ERROR_HOST[] = "ERROR_HOST"
staticconstexpr

Definition at line 49 of file account_const.h.

◆ ERROR_MISSING_ID

constexpr const char libjami::Account::States::ERROR_MISSING_ID[] = "ERROR_MISSING_ID"
staticconstexpr

Definition at line 54 of file account_const.h.

◆ ERROR_NEED_MIGRATION

constexpr const char libjami::Account::States::ERROR_NEED_MIGRATION[] = "ERROR_NEED_MIGRATION"
staticconstexpr

Definition at line 55 of file account_const.h.

◆ ERROR_NETWORK

constexpr const char libjami::Account::States::ERROR_NETWORK[] = "ERROR_NETWORK"
staticconstexpr

Definition at line 48 of file account_const.h.

◆ ERROR_NOT_ACCEPTABLE

constexpr const char libjami::Account::States::ERROR_NOT_ACCEPTABLE[] = "ERROR_NOT_ACCEPTABLE"
staticconstexpr

Definition at line 53 of file account_const.h.

◆ ERROR_SERVICE_UNAVAILABLE

constexpr const char libjami::Account::States::ERROR_SERVICE_UNAVAILABLE[] = "ERROR_SERVICE_UNAVAILABLE"
staticconstexpr

Definition at line 52 of file account_const.h.

◆ INITIALIZING

constexpr const char libjami::Account::States::INITIALIZING[] = "INITIALIZING"
staticconstexpr

Definition at line 57 of file account_const.h.

◆ READY

constexpr const char libjami::Account::States::READY[] = "READY"
staticconstexpr

Definition at line 42 of file account_const.h.

◆ REGISTERED

constexpr const char libjami::Account::States::REGISTERED[] = "REGISTERED"
staticconstexpr

Definition at line 41 of file account_const.h.

◆ REQUEST_TIMEOUT

constexpr const char libjami::Account::States::REQUEST_TIMEOUT[] = "Request Timeout"
staticconstexpr

Definition at line 56 of file account_const.h.

◆ TRYING

constexpr const char libjami::Account::States::TRYING[] = "TRYING"
staticconstexpr

Definition at line 44 of file account_const.h.

◆ UNREGISTERED

constexpr const char libjami::Account::States::UNREGISTERED[] = "UNREGISTERED"
staticconstexpr

Definition at line 43 of file account_const.h.