Liblinphone
3.10.2
|
Data Fields | |
LinphoneAddress * | presentity |
void * | user_data |
int | refcnt |
bctbx_list_t * | services |
bctbx_list_t * | persons |
bctbx_list_t * | notes |
Represents the presence model as defined in RFC 4479 and RFC 4480. This model is not complete. For example, it does not handle devices.
bctbx_list_t* _LinphonePresenceModel::notes |
A list of _LinphonePresenceNote structures.
bctbx_list_t* _LinphonePresenceModel::persons |
A list of _LinphonePresencePerson structures.
bctbx_list_t* _LinphonePresenceModel::services |
A list of _LinphonePresenceService structures. Also named tuples in the RFC.