Ring Daemon 16.0.0
Loading...
Searching...
No Matches
jami::pres_msg_data Struct Reference

#include <sippresence.h>

Collaboration diagram for jami::pres_msg_data:
Collaboration graph

Public Attributes

pj_str_t content_type
 MIME type of optional message body.
 
pjsip_hdr hdr_list
 Additional message headers as linked list.
 
pj_str_t msg_body
 Optional message body to be added to the message, only when the message doesn't have a body.
 
pjsip_media_type multipart_ctype
 Content type of the multipart body.
 
pjsip_multipart_part multipart_parts
 List of multipart parts.
 

Detailed Description

Definition at line 41 of file sippresence.h.

Member Data Documentation

◆ content_type

pj_str_t jami::pres_msg_data::content_type

MIME type of optional message body.

Definition at line 54 of file sippresence.h.

◆ hdr_list

pjsip_hdr jami::pres_msg_data::hdr_list

Additional message headers as linked list.

Application can add headers to the list by creating the header, either from the heap/pool or from temporary local variable, and add the header using linked list operation. See pjsip_apps.c for some sample codes.

Definition at line 49 of file sippresence.h.

◆ msg_body

pj_str_t jami::pres_msg_data::msg_body

Optional message body to be added to the message, only when the message doesn't have a body.

Definition at line 60 of file sippresence.h.

◆ multipart_ctype

pjsip_media_type jami::pres_msg_data::multipart_ctype

Content type of the multipart body.

If application wants to send multipart message bodies, it puts the parts in parts and set the content type in multipart_ctype. If the message already contains a body, the body will be added to the multipart bodies.

Definition at line 68 of file sippresence.h.

◆ multipart_parts

pjsip_multipart_part jami::pres_msg_data::multipart_parts

List of multipart parts.

If application wants to send multipart message bodies, it puts the parts in parts and set the content type in multipart_ctype. If the message already contains a body, the body will be added to the multipart bodies.

Definition at line 76 of file sippresence.h.


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