pjsip logo pjsip.org
Open source SIP stack and media stack for presence, im/instant messaging, and multimedia communication
Loading

HOME

SIP/media Features
High Performance SIP
Small Footprint SIP
Symbian Port

FAQ

Documentation

Licensing

Download

Development (Trac)

Projects using pjsip

Mailing List

Open Source Links


About: PJLIB, PJLIB-UTIL, PJSIP, and PJMEDIA are created by: Benny Prijono
<bennylp@pjsip.org>


 

Home --> Documentations --> PJSIP Reference

pjsip_proxy_authorization_hdr Struct Reference
[Header Fields]

#include <sip_auth_msg.h>

Public Member Functions

 PJSIP_DECL_HDR_MEMBER (struct pjsip_authorization_hdr)

Data Fields

pj_str_t scheme
union {
   pjsip_common_credential   common
   pjsip_digest_credential   digest
   pjsip_pgp_credential   pgp
credential

Detailed Description

This structure describes SIP Authorization header (and also SIP Proxy-Authorization header).

See also:
pjsip_authorization_hdr.

SIP Proxy-Authorization header shares the same structure as SIP Authorization header.


Member Function Documentation

pjsip_proxy_authorization_hdr::PJSIP_DECL_HDR_MEMBER ( struct pjsip_authorization_hdr   ) 

Standard header fiends.


Field Documentation

pj_str_t pjsip_proxy_authorization_hdr::scheme

Authorization scheme.

pjsip_common_credential pjsip_proxy_authorization_hdr::common

Common fields.

pjsip_digest_credential pjsip_proxy_authorization_hdr::digest

Digest credentials.

pjsip_pgp_credential pjsip_proxy_authorization_hdr::pgp

PGP credentials.

union { ... } pjsip_proxy_authorization_hdr::credential

Type of credentials, depending on the scheme.


The documentation for this struct was generated from the following file:
  • sip_auth_msg.h

 


PJSIP Open Source, high performance, small footprint, and very very portable SIP stack
Copyright (C) 2006-2008 Teluu Inc.