sip_extra.c File Reference


Detailed Description

Non-critical SIP headers.

This file contains implementation of Call-Info, Error-Info, Organization, Priority, Retry-After, Server, Subject, Timestamp, and User-Agent headers.

Author:
Pekka Pessi <Pekka.Pessi@nokia-email.address.hidden>.
Date:
Created: Tue Jun 13 02:57:51 2000 ppessi

#include "config.h"
#include "sofia-sip/sip_parser.h"
#include "sofia-sip/sip_extra.h"
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
#include <limits.h>
#include <assert.h>

Include dependency graph for sip_extra.c:

Variables

msg_hclass_t sip_call_info_class []
 Header class for Call-Info header.
msg_hclass_t sip_error_info_class []
 Header class for Error-Info header.
msg_hclass_t sip_in_reply_to_class []
 Header class for In-Reply-To header.
msg_hclass_t sip_organization_class []
 Header class for Organization header.
msg_hclass_t sip_priority_class []
 Header class for Priority header.
msg_hclass_t sip_server_class []
 Header class for Server header.
msg_hclass_t sip_subject_class []
 Header class for Subject header.
msg_hclass_t sip_timestamp_class []
 Header class for Timestamp header.
msg_hclass_t sip_user_agent_class []
 Header class for User-Agent header.
msg_hclass_t sip_etag_class []
 Header class for SIP-ETag header.
msg_hclass_t sip_if_match_class []
 Header class for SIP-If-Match header.
msg_hclass_t sip_suppress_body_if_match_class []
 Header class for Suppress-Body-If-Match header.
msg_hclass_t sip_suppress_notify_if_match_class []
 Header class for Suppress-Notify-If-Match header.


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