Ring Daemon 16.0.0
Loading...
Searching...
No Matches
vCard::Property Struct Reference

#include <vcard.h>

Collaboration diagram for vCard::Property:
Collaboration graph

Static Public Attributes

static constexpr std::string_view ADDRESS = "ADR"
 
static constexpr std::string_view AGENT = "AGENT"
 
static constexpr std::string_view BASE64 = "ENCODING=BASE64"
 
static constexpr std::string_view BIRTHDAY = "BDAY"
 
static constexpr std::string_view CATEGORIES = "CATEGORIES"
 
static constexpr std::string_view CLASS = "CLASS"
 
static constexpr std::string_view DELIVERY_LABEL = "LABEL"
 
static constexpr std::string_view DESCRIPTION = "DESCRIPTION"
 
static constexpr std::string_view EMAIL = "EMAIL"
 
static constexpr std::string_view FORMATTED_NAME = "FN"
 
static constexpr std::string_view GEOGRAPHIC_POSITION = "GEO"
 
static constexpr std::string_view KEY = "KEY"
 
static constexpr std::string_view LOGO = "LOGO"
 
static constexpr std::string_view MAILER = "MAILER"
 
static constexpr std::string_view NAME = "N"
 
static constexpr std::string_view NICKNAME = "NICKNAME"
 
static constexpr std::string_view NOTE = "NOTE"
 
static constexpr std::string_view ORGANIZATION = "ORG"
 
static constexpr std::string_view PHOTO = "PHOTO"
 
static constexpr std::string_view PHOTO_JPEG = "PHOTO;ENCODING=BASE64;TYPE=JPEG"
 
static constexpr std::string_view PHOTO_PNG = "PHOTO;ENCODING=BASE64;TYPE=PNG"
 
static constexpr std::string_view PRODUCT_IDENTIFIER = "PRODID"
 
static constexpr std::string_view RDV_ACCOUNT = "RDV_ACCOUNT"
 
static constexpr std::string_view RDV_DEVICE = "RDV_DEVICE"
 
static constexpr std::string_view REVISION = "REV"
 
static constexpr std::string_view ROLE = "ROLE"
 
static constexpr std::string_view SORT_STRING = "SORT-STRING"
 
static constexpr std::string_view SOUND = "SOUND"
 
static constexpr std::string_view TELEPHONE = "TEL"
 
static constexpr std::string_view TIME_ZONE = "TZ"
 
static constexpr std::string_view TITLE = "TITLE"
 
static constexpr std::string_view TYPE_JPEG = "TYPE=JPEG"
 
static constexpr std::string_view TYPE_PNG = "TYPE=PNG"
 
static constexpr std::string_view UID = "UID"
 
static constexpr std::string_view URL = "URL"
 
static constexpr std::string_view VCARD_VERSION = "VERSION"
 

Detailed Description

Definition at line 35 of file vcard.h.

Member Data Documentation

◆ ADDRESS

constexpr std::string_view vCard::Property::ADDRESS = "ADR"
staticconstexpr

Definition at line 39 of file vcard.h.

◆ AGENT

constexpr std::string_view vCard::Property::AGENT = "AGENT"
staticconstexpr

Definition at line 40 of file vcard.h.

◆ BASE64

constexpr std::string_view vCard::Property::BASE64 = "ENCODING=BASE64"
staticconstexpr

Definition at line 68 of file vcard.h.

Referenced by jami::ConversationRepository::updateInfos().

◆ BIRTHDAY

constexpr std::string_view vCard::Property::BIRTHDAY = "BDAY"
staticconstexpr

Definition at line 41 of file vcard.h.

◆ CATEGORIES

constexpr std::string_view vCard::Property::CATEGORIES = "CATEGORIES"
staticconstexpr

Definition at line 42 of file vcard.h.

◆ CLASS

constexpr std::string_view vCard::Property::CLASS = "CLASS"
staticconstexpr

Definition at line 43 of file vcard.h.

◆ DELIVERY_LABEL

constexpr std::string_view vCard::Property::DELIVERY_LABEL = "LABEL"
staticconstexpr

Definition at line 44 of file vcard.h.

◆ DESCRIPTION

constexpr std::string_view vCard::Property::DESCRIPTION = "DESCRIPTION"
staticconstexpr

◆ EMAIL

constexpr std::string_view vCard::Property::EMAIL = "EMAIL"
staticconstexpr

Definition at line 45 of file vcard.h.

◆ FORMATTED_NAME

constexpr std::string_view vCard::Property::FORMATTED_NAME = "FN"
staticconstexpr

◆ GEOGRAPHIC_POSITION

constexpr std::string_view vCard::Property::GEOGRAPHIC_POSITION = "GEO"
staticconstexpr

Definition at line 47 of file vcard.h.

◆ KEY

constexpr std::string_view vCard::Property::KEY = "KEY"
staticconstexpr

Definition at line 48 of file vcard.h.

◆ LOGO

constexpr std::string_view vCard::Property::LOGO = "LOGO"
staticconstexpr

Definition at line 49 of file vcard.h.

◆ MAILER

constexpr std::string_view vCard::Property::MAILER = "MAILER"
staticconstexpr

Definition at line 50 of file vcard.h.

◆ NAME

constexpr std::string_view vCard::Property::NAME = "N"
staticconstexpr

Definition at line 51 of file vcard.h.

◆ NICKNAME

constexpr std::string_view vCard::Property::NICKNAME = "NICKNAME"
staticconstexpr

Definition at line 52 of file vcard.h.

◆ NOTE

constexpr std::string_view vCard::Property::NOTE = "NOTE"
staticconstexpr

Definition at line 54 of file vcard.h.

◆ ORGANIZATION

constexpr std::string_view vCard::Property::ORGANIZATION = "ORG"
staticconstexpr

Definition at line 55 of file vcard.h.

◆ PHOTO

constexpr std::string_view vCard::Property::PHOTO = "PHOTO"
staticconstexpr

◆ PHOTO_JPEG

constexpr std::string_view vCard::Property::PHOTO_JPEG = "PHOTO;ENCODING=BASE64;TYPE=JPEG"
staticconstexpr

Definition at line 72 of file vcard.h.

◆ PHOTO_PNG

constexpr std::string_view vCard::Property::PHOTO_PNG = "PHOTO;ENCODING=BASE64;TYPE=PNG"
staticconstexpr

Definition at line 71 of file vcard.h.

Referenced by vCard::utils::initVcard().

◆ PRODUCT_IDENTIFIER

constexpr std::string_view vCard::Property::PRODUCT_IDENTIFIER = "PRODID"
staticconstexpr

Definition at line 57 of file vcard.h.

◆ RDV_ACCOUNT

constexpr std::string_view vCard::Property::RDV_ACCOUNT = "RDV_ACCOUNT"
staticconstexpr

◆ RDV_DEVICE

constexpr std::string_view vCard::Property::RDV_DEVICE = "RDV_DEVICE"
staticconstexpr

◆ REVISION

constexpr std::string_view vCard::Property::REVISION = "REV"
staticconstexpr

Definition at line 58 of file vcard.h.

◆ ROLE

constexpr std::string_view vCard::Property::ROLE = "ROLE"
staticconstexpr

Definition at line 59 of file vcard.h.

◆ SORT_STRING

constexpr std::string_view vCard::Property::SORT_STRING = "SORT-STRING"
staticconstexpr

Definition at line 60 of file vcard.h.

◆ SOUND

constexpr std::string_view vCard::Property::SOUND = "SOUND"
staticconstexpr

Definition at line 61 of file vcard.h.

◆ TELEPHONE

constexpr std::string_view vCard::Property::TELEPHONE = "TEL"
staticconstexpr

Definition at line 62 of file vcard.h.

◆ TIME_ZONE

constexpr std::string_view vCard::Property::TIME_ZONE = "TZ"
staticconstexpr

Definition at line 63 of file vcard.h.

◆ TITLE

constexpr std::string_view vCard::Property::TITLE = "TITLE"
staticconstexpr

Definition at line 64 of file vcard.h.

◆ TYPE_JPEG

constexpr std::string_view vCard::Property::TYPE_JPEG = "TYPE=JPEG"
staticconstexpr

Definition at line 70 of file vcard.h.

◆ TYPE_PNG

constexpr std::string_view vCard::Property::TYPE_PNG = "TYPE=PNG"
staticconstexpr

Definition at line 69 of file vcard.h.

◆ UID

constexpr std::string_view vCard::Property::UID = "UID"
staticconstexpr

Definition at line 37 of file vcard.h.

◆ URL

constexpr std::string_view vCard::Property::URL = "URL"
staticconstexpr

Definition at line 67 of file vcard.h.

◆ VCARD_VERSION

constexpr std::string_view vCard::Property::VCARD_VERSION = "VERSION"
staticconstexpr

Definition at line 38 of file vcard.h.

Referenced by vCard::utils::initVcard(), and jami::ConversationRepository::updateInfos().


The documentation for this struct was generated from the following file: