Ring Daemon 16.0.0
|
Go to the source code of this file.
Enumerations | |
enum class | libjami::Account::MessageStates : int { libjami::Account::UNKNOWN = 0 , libjami::Account::SENDING , libjami::Account::SENT , libjami::Account::DISPLAYED , libjami::Account::FAILURE , libjami::Account::CANCELLED } |
Variables | |
static constexpr const char | libjami::Account::ConfProperties::RingNS::ACCOUNT [] = "RingNS.account" |
static constexpr const char | libjami::Account::ConfProperties::ACCOUNT_IP_AUTO_REWRITE [] = "Account.allowIPAutoRewrite" |
static constexpr const char | libjami::Account::ConfProperties::ACCOUNT_PEER_DISCOVERY [] = "Account.accountDiscovery" |
static constexpr const char | libjami::Account::ConfProperties::ACCOUNT_PUBLISH [] = "Account.accountPublish" |
static constexpr const char | libjami::Account::VolatileProperties::ACTIVE [] = "Account.active" |
static constexpr const char | libjami::Account::ConfProperties::ACTIVE_CALL_LIMIT [] = "Account.activeCallLimit" |
static constexpr const char | libjami::Account::ConfProperties::ALIAS [] = "Account.alias" |
static constexpr const char | libjami::Account::ConfProperties::ALL_MODERATORS_ENABLED [] = "Account.allModeratorsEnabled" |
static constexpr const char | libjami::Account::ConfProperties::ALLOW_CERT_FROM_CONTACT [] = "Account.allowCertFromContact" |
static constexpr const char | libjami::Account::ConfProperties::ALLOW_CERT_FROM_HISTORY [] = "Account.allowCertFromHistory" |
static constexpr const char | libjami::Account::ConfProperties::ALLOW_CERT_FROM_TRUSTED [] = "Account.allowCertFromTrusted" |
static constexpr const char | libjami::Account::ConfProperties::DHT::ALLOW_FROM_TRUSTED [] = "DHT.AllowFromTrusted" |
static constexpr const char | libjami::Account::ConfProperties::ARCHIVE_HAS_PASSWORD [] = "Account.archiveHasPassword" |
static constexpr const char | libjami::Account::ConfProperties::ARCHIVE_PASSWORD [] = "Account.archivePassword" |
static constexpr const char | libjami::Account::ConfProperties::ARCHIVE_PASSWORD_SCHEME [] = "Account.archivePasswordScheme" |
static constexpr const char | libjami::Account::ConfProperties::ARCHIVE_PATH [] = "Account.archivePath" |
static constexpr const char | libjami::Account::ConfProperties::ARCHIVE_PIN [] = "Account.archivePIN" |
static constexpr const char | libjami::Account::ConfProperties::ARCHIVE_URL [] = "Account.archiveURL" |
static constexpr const char | libjami::Account::ConfProperties::CodecInfo::AUTO_QUALITY_ENABLED [] = "CodecInfo.autoQualityEnabled" |
static constexpr const char | libjami::Account::ConfProperties::AUTOANSWER [] = "Account.autoAnswer" |
static constexpr const char | libjami::Account::ConfProperties::BIND_ADDRESS [] = "Account.bindAddress" |
static constexpr const char | libjami::Account::ConfProperties::CodecInfo::BITRATE [] = "CodecInfo.bitrate" |
static constexpr const char | libjami::Account::ConfProperties::BOOTSTRAP_LIST_URL [] = "Account.bootstrapListUrl" |
static constexpr const char | libjami::Account::ConfProperties::TLS::CA_LIST_FILE [] = "TLS.certificateListFile" |
static constexpr const char | libjami::Account::ConfProperties::TLS::CERTIFICATE_FILE [] = "TLS.certificateFile" |
static constexpr const char | libjami::Account::ConfProperties::CodecInfo::CHANNEL_NUMBER [] = "CodecInfo.channelNumber" |
static constexpr const char | libjami::Account::ConfProperties::TLS::CIPHERS [] = "TLS.ciphers" |
static constexpr const char | libjami::Account::TrustRequest::CONVERSATIONID [] = "conversationId" |
static constexpr const char | libjami::Account::ConfProperties::DEFAULT_MODERATORS [] = "Account.defaultModerators" |
static constexpr const char | libjami::Account::ConfProperties::DENYSECONDCALL [] = "Account.denySecondCall" |
static constexpr const char | libjami::Account::VolatileProperties::DEVICE_ANNOUNCED [] = "Account.deviceAnnounced" |
static constexpr const char | libjami::Account::ConfProperties::DEVICE_ID [] = "Account.deviceID" |
static constexpr const char | libjami::Account::ConfProperties::DEVICE_NAME [] = "Account.deviceName" |
static constexpr const char | libjami::Account::VolatileProperties::DHT_BOUND_PORT [] = "Account.dhtBoundPort" |
static constexpr const char | libjami::Account::ConfProperties::DHT_PEER_DISCOVERY [] = "Account.peerDiscovery" |
static constexpr const char | libjami::Account::ConfProperties::DHT_PORT [] = "Account.dhtPort" |
static constexpr const char | libjami::Account::ConfProperties::DHT_PROXY_LIST_URL [] = "Account.dhtProxyListUrl" |
static constexpr const char | libjami::Account::ConfProperties::TLS::DISABLE_SECURE_DLG_CHECK [] = "TLS.disableSecureDlgCheck" |
static constexpr const char | libjami::Account::ConfProperties::DISPLAYNAME [] = "Account.displayName" |
static constexpr const char | libjami::Account::ConfProperties::DTMF_TYPE [] = "Account.dtmfType" |
static constexpr const char | libjami::Account::ConfProperties::ENABLED [] = "Account.enable" |
static constexpr const char | libjami::Account::ConfProperties::Video::ENABLED [] = "Account.videoEnabled" |
static constexpr const char | libjami::Account::ConfProperties::STUN::ENABLED [] = "STUN.enable" |
static constexpr const char | libjami::Account::ConfProperties::TURN::ENABLED [] = "TURN.enable" |
static constexpr const char | libjami::Account::ConfProperties::Presence::ENABLED [] = "Account.presenceEnabled" |
static constexpr const char | libjami::Account::ConfProperties::Ringtone::ENABLED [] = "Account.ringtoneEnabled" |
static constexpr const char | libjami::Account::ConfProperties::SRTP::ENABLED [] = "SRTP.enable" |
static constexpr const char | libjami::Account::ConfProperties::TLS::ENABLED [] = "TLS.enable" |
static constexpr const char | libjami::Account::States::ERROR [] = "ERROR" |
static constexpr const char | libjami::Account::States::ERROR_AUTH [] = "ERROR_AUTH" |
static constexpr const char | libjami::Account::States::ERROR_CONF_STUN [] = "ERROR_CONF_STUN" |
static constexpr const char | libjami::Account::States::ERROR_EXIST_STUN [] = "ERROR_EXIST_STUN" |
static constexpr const char | libjami::Account::States::ERROR_GENERIC [] = "ERROR_GENERIC" |
static constexpr const char | libjami::Account::States::ERROR_HOST [] = "ERROR_HOST" |
static constexpr const char | libjami::Account::States::ERROR_MISSING_ID [] = "ERROR_MISSING_ID" |
static constexpr const char | libjami::Account::States::ERROR_NEED_MIGRATION [] = "ERROR_NEED_MIGRATION" |
static constexpr const char | libjami::Account::States::ERROR_NETWORK [] = "ERROR_NETWORK" |
static constexpr const char | libjami::Account::States::ERROR_NOT_ACCEPTABLE [] = "ERROR_NOT_ACCEPTABLE" |
static constexpr const char | libjami::Account::States::ERROR_SERVICE_UNAVAILABLE [] = "ERROR_SERVICE_UNAVAILABLE" |
static constexpr const char | libjami::Account::ConfProperties::Registration::EXPIRE [] = "Account.registrationExpire" |
static constexpr const char | libjami::Account::ConfProperties::CodecInfo::FRAME_RATE [] = "CodecInfo.frameRate" |
static constexpr const char | libjami::Account::TrustRequest::FROM [] = "from" |
static constexpr const char | libjami::Account::ConfProperties::HAS_CUSTOM_USER_AGENT [] = "Account.hasCustomUserAgent" |
static constexpr const char | libjami::Account::ConfProperties::HOSTNAME [] = "Account.hostname" |
static constexpr const char | libjami::Account::ConfProperties::ID [] = "Account.id" |
static constexpr const char | libjami::Account::States::INITIALIZING [] = "INITIALIZING" |
static constexpr const char | libjami::Account::ProtocolNames::IP2IP [] = "IP2IP" |
static constexpr const char | libjami::Account::ConfProperties::ISRENDEZVOUS [] = "Account.rendezVous" |
static constexpr const char | libjami::Account::ConfProperties::KEEP_ALIVE_ENABLED [] = "Account.keepAliveEnabled" |
static constexpr const char | libjami::Account::ConfProperties::SRTP::KEY_EXCHANGE [] = "SRTP.keyExchange" |
static constexpr const char | libjami::Account::ConfProperties::TLS::LISTENER_PORT [] = "TLS.listenerPort" |
static constexpr const char | libjami::Account::ConfProperties::LOCAL_INTERFACE [] = "Account.localInterface" |
static constexpr const char | libjami::Account::ConfProperties::LOCAL_MODERATORS_ENABLED [] = "Account.localModeratorsEnabled" |
static constexpr const char | libjami::Account::ConfProperties::LOCAL_PORT [] = "Account.localPort" |
static constexpr const char | libjami::Account::ConfProperties::MAILBOX [] = "Account.mailbox" |
static constexpr const char | libjami::Account::ConfProperties::MANAGER_URI [] = "Account.managerUri" |
static constexpr const char | libjami::Account::ConfProperties::MANAGER_USERNAME [] = "Account.managerUsername" |
static constexpr const char | libjami::Account::ConfProperties::CodecInfo::MAX_BITRATE [] = "CodecInfo.max_bitrate" |
static constexpr const char | libjami::Account::ConfProperties::CodecInfo::MAX_QUALITY [] = "CodecInfo.max_quality" |
static constexpr const char | libjami::Account::ConfProperties::TLS::METHOD [] = "TLS.method" |
static constexpr const char | libjami::Account::ConfProperties::CodecInfo::MIN_BITRATE [] = "CodecInfo.min_bitrate" |
static constexpr const char | libjami::Account::ConfProperties::CodecInfo::MIN_QUALITY [] = "CodecInfo.min_quality" |
static constexpr const char | libjami::Account::ConfProperties::CodecInfo::NAME [] = "CodecInfo.name" |
static constexpr const char | libjami::Account::ConfProperties::TLS::NEGOTIATION_TIMEOUT_SEC [] = "TLS.negotiationTimeoutSec" |
static constexpr const char | libjami::Account::VolatileProperties::InstantMessaging::OFF_CALL [] = "IM.offCall" |
static constexpr const char | libjami::Account::ConfProperties::PASSWORD [] = "Account.password" |
static constexpr const char | libjami::Account::ConfProperties::TLS::PASSWORD [] = "TLS.password" |
static constexpr const char | libjami::Account::ConfProperties::Ringtone::PATH [] = "Account.ringtonePath" |
static constexpr const char | libjami::Account::TrustRequest::PAYLOAD [] = "payload" |
static constexpr const char | libjami::Account::ConfProperties::TLS::PORT [] = "TLS.port" |
static constexpr const char | libjami::Account::ConfProperties::Audio::PORT_MAX [] = "Account.audioPortMax" |
static constexpr const char | libjami::Account::ConfProperties::Video::PORT_MAX [] = "Account.videoPortMax" |
static constexpr const char | libjami::Account::ConfProperties::Audio::PORT_MIN [] = "Account.audioPortMin" |
static constexpr const char | libjami::Account::ConfProperties::Video::PORT_MIN [] = "Account.videoPortMin" |
static constexpr const char | libjami::Account::ConfProperties::TLS::PRIVATE_KEY_FILE [] = "TLS.privateKeyFile" |
static constexpr const char | libjami::Account::ConfProperties::PROXY_ENABLED [] = "Account.proxyEnabled" |
static constexpr const char | libjami::Account::ConfProperties::PROXY_LIST_ENABLED [] = "Account.proxyListEnabled" |
static constexpr const char | libjami::Account::ConfProperties::PROXY_PUSH_TOKEN [] = "Account.proxyPushToken" |
static constexpr const char | libjami::Account::ConfProperties::PROXY_SERVER [] = "Account.proxyServer" |
static constexpr const char | libjami::Account::ConfProperties::DHT::PUBLIC_IN_CALLS [] = "DHT.PublicInCalls" |
static constexpr const char | libjami::Account::ConfProperties::PUBLISHED_ADDRESS [] = "Account.publishedAddress" |
static constexpr const char | libjami::Account::ConfProperties::PUBLISHED_PORT [] = "Account.publishedPort" |
static constexpr const char | libjami::Account::ConfProperties::PUBLISHED_SAMEAS_LOCAL [] = "Account.publishedSameAsLocal" |
static constexpr const char | libjami::Account::ConfProperties::CodecInfo::QUALITY [] = "CodecInfo.quality" |
static constexpr const char | libjami::Account::States::READY [] = "READY" |
static constexpr const char | libjami::Account::ConfProperties::REALM [] = "Account.realm" |
static constexpr const char | libjami::Account::TrustRequest::RECEIVED [] = "received" |
static constexpr const char | libjami::Account::States::REGISTERED [] = "REGISTERED" |
static constexpr const char | libjami::Account::VolatileProperties::REGISTERED_NAME [] = "Account.registeredName" |
static constexpr const char | libjami::Account::States::REQUEST_TIMEOUT [] = "Request Timeout" |
static constexpr const char | libjami::Account::ConfProperties::TLS::REQUIRE_CLIENT_CERTIFICATE [] = "TLS.requireClientCertificate" |
static constexpr const char | libjami::Account::ProtocolNames::RING [] = "RING" |
static constexpr const char | libjami::Account::ConfProperties::ROUTE [] = "Account.routeset" |
static constexpr const char | libjami::Account::ConfProperties::SRTP::RTP_FALLBACK [] = "SRTP.rtpFallback" |
static constexpr const char | libjami::Account::ConfProperties::CodecInfo::SAMPLE_RATE [] = "CodecInfo.sampleRate" |
static constexpr const char | libjami::Account::ConfProperties::SENDCOMPOSING [] = "Account.sendComposing" |
static constexpr const char | libjami::Account::ConfProperties::SENDREADRECEIPT [] = "Account.sendReadReceipt" |
static constexpr const char | libjami::Account::ConfProperties::STUN::SERVER [] = "STUN.server" |
static constexpr const char | libjami::Account::ConfProperties::TURN::SERVER [] = "TURN.server" |
static constexpr const char | libjami::Account::ConfProperties::TLS::SERVER_NAME [] = "TLS.serverName" |
static constexpr const char | libjami::Account::ConfProperties::TURN::SERVER_PWD [] = "TURN.password" |
static constexpr const char | libjami::Account::ConfProperties::TURN::SERVER_REALM [] = "TURN.realm" |
static constexpr const char | libjami::Account::ConfProperties::TURN::SERVER_UNAME [] = "TURN.username" |
static constexpr const char | libjami::Account::ProtocolNames::SIP [] = "SIP" |
static constexpr const char | libjami::Account::VolatileProperties::Registration::STATE_CODE [] = "Account.registrationCode" |
static constexpr const char | libjami::Account::VolatileProperties::Transport::STATE_CODE [] = "Transport.statusCode" |
static constexpr const char | libjami::Account::VolatileProperties::Registration::STATE_DESC [] = "Account.registrationDescription" |
static constexpr const char | libjami::Account::VolatileProperties::Transport::STATE_DESC [] = "Transport.statusDescription" |
static constexpr const char | libjami::Account::VolatileProperties::Registration::STATUS [] = "Account.registrationStatus" |
static constexpr const char | libjami::Account::ConfProperties::Registration::STATUS [] = "Account.registrationStatus" |
static constexpr const char | libjami::Account::ConfProperties::Presence::SUPPORT_PUBLISH [] = "Account.presencePublishSupported" |
static constexpr const char | libjami::Account::ConfProperties::Presence::SUPPORT_SUBSCRIBE [] = "Account.presenceSubscribeSupported" |
static constexpr const char | libjami::Account::States::TRYING [] = "TRYING" |
static constexpr const char | libjami::Account::ConfProperties::TYPE [] = "Account.type" |
static constexpr const char | libjami::Account::ConfProperties::CodecInfo::TYPE [] = "CodecInfo.type" |
static constexpr const char | libjami::Account::ConfProperties::UI_CUSTOMIZATION [] = "Account.uiCustomization" |
static constexpr const char | libjami::Account::States::UNREGISTERED [] = "UNREGISTERED" |
static constexpr const char | libjami::Account::ConfProperties::UPNP_ENABLED [] = "Account.upnpEnabled" |
static constexpr const char | libjami::Account::ConfProperties::RingNS::URI [] = "RingNS.uri" |
static constexpr const char | libjami::Account::ConfProperties::USER_AGENT [] = "Account.useragent" |
static constexpr const char | libjami::Account::ConfProperties::USERNAME [] = "Account.username" |
static constexpr const char | libjami::Account::ConfProperties::TLS::VERIFY_CLIENT [] = "TLS.verifyClient" |
static constexpr const char | libjami::Account::ConfProperties::TLS::VERIFY_SERVER [] = "TLS.verifyServer" |