Ring Daemon 16.0.0
|
#include <sippresence.h>
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. | |
Definition at line 41 of file sippresence.h.
pj_str_t jami::pres_msg_data::content_type |
MIME type of optional message body.
Definition at line 54 of file sippresence.h.
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.
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.
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.
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.