msg  1.12.11devel
Modules | Files | Functions
Headers

This submodule contains the functions and types for handling message headers and other elements. More...

Modules

 Erroneous Headers
 The erroneous headers are stored in msg_error_t structure.
 
 Unknown Headers
 The unknown headers are handled with msg_unknown_t structure. The whole unknown header including its name is included in the header value string g_value.
 
 Message Body
 The payload object contains the message body. The message body has no structure, but it is stored in the pl_data buffer as a byte array. Multiple payload objects may be linked to a list.
 
 Message Separator
 An empty line separates headers from the message body. In order to avoid modifying messages with integrity protection, the separator line has its own header structure which is included in the msg_t structure.
 

Files

file  msg_header.h
 Message headers.
 
file  msg_protos.h
 

Functions

size_t msg_params_copy_xtra (msg_param_t const pp[], size_t offset)
 Calculate size of a parameter vector.
 

Detailed Description

This submodule contains the functions and types for handling message headers and other elements.


Sofia-SIP 1.12.11devel - Copyright (C) 2006 Nokia Corporation. All rights reserved. Licensed under the terms of the GNU Lesser General Public License.