OPAL  Version 3.10.10
OpalPresentity::BuddyInfo Struct Reference

#include <pres_ent.h>

Public Member Functions

 BuddyInfo (const PURL &presentity=PString::Empty(), const PString &displayName=PString::Empty())
 

Data Fields

PURL m_presentity
 Typicall URI address-of-record. More...
 
PString m_displayName
 Human readable name. More...
 
PvCard m_vCard
 
PURL m_icon
 
PURL m_map
 
PURL m_sound
 
PURL m_homePage
 Home page for buddy. More...
 
PString m_contentType
 MIME type code for XML. More...
 
PString m_rawXML
 Raw XML of buddy list entry. More...
 

Detailed Description

Buddy list entry. The buddy list is a list of presentities that the application is expecting to get presence status for.

Constructor & Destructor Documentation

◆ BuddyInfo()

OpalPresentity::BuddyInfo::BuddyInfo ( const PURL &  presentity = PString::Empty(),
const PString &  displayName = PString::Empty() 
)
inline

Field Documentation

◆ m_contentType

PString OpalPresentity::BuddyInfo::m_contentType

MIME type code for XML.

◆ m_displayName

PString OpalPresentity::BuddyInfo::m_displayName

Human readable name.

◆ m_homePage

PURL OpalPresentity::BuddyInfo::m_homePage

Home page for buddy.

◆ m_icon

PURL OpalPresentity::BuddyInfo::m_icon

The icon/avatar/photo for the buddy. This is either a URI pointing to the image, or the image itself in the form: "data:image/jpeg;base64,xxxxx as per RFC2397

◆ m_map

PURL OpalPresentity::BuddyInfo::m_map

The map reference for the buddy. This is may be URL to a GIS system or an image file similar to m_icon

◆ m_presentity

PURL OpalPresentity::BuddyInfo::m_presentity

Typicall URI address-of-record.

◆ m_rawXML

PString OpalPresentity::BuddyInfo::m_rawXML

Raw XML of buddy list entry.

◆ m_sound

PURL OpalPresentity::BuddyInfo::m_sound

The sound relating to the buddy. This is either a URI pointing to the sound, or the sound itself in the form: "data:audio/mpeg;base64,xxxxx as per RFC2397

◆ m_vCard

PvCard OpalPresentity::BuddyInfo::m_vCard

vCard for the buddy. This is either a URI pointing to the image, or the image itself in the form: "data:text/x-vcard,xxxxx as per RFC2397


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