sip 1.12.11devel
Loading...
Searching...
No Matches
Modules
SIP Headers

SIP headers and other SIP message elements. More...

Modules

 SIP Header X - Conventions
 For a SIP header X, there are types, functions, macros and global data declared in <sofia-sip/sip_protos.h> and <sofia-sip/sip_hclass.h> as follows:
 

Detailed Description

SIP headers and other SIP message elements.

For each SIP header recognized by the SIP module, there is a header structure containing the parsed value. The header structure name is generated from the header name by lowercasing the name, replacing the non-alphanumeric characters (usually just minus "-") with underscore "_" characters, and then adding prefix sip_ and suffix _t. For instance, the contents of header "MIME-Version" is stored in a structure called sip_mime_version_t.


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