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_authenticate_hdr Struct Reference
[Header Fields]

#include <sip_auth_msg.h>

Public Member Functions

 PJSIP_DECL_HDR_MEMBER (struct pjsip_www_authenticate_hdr)

Data Fields

pj_str_t scheme
union {
   pjsip_common_challenge   common
   pjsip_digest_challenge   digest
   pjsip_pgp_challenge   pgp
challenge

Detailed Description

This structure describe SIP WWW-Authenticate header (Proxy-Authenticate header also uses the same structure).

WWW-Authenticate header.

Proxy-Authenticate header.


Member Function Documentation

pjsip_proxy_authenticate_hdr::PJSIP_DECL_HDR_MEMBER ( struct pjsip_www_authenticate_hdr   ) 

Standard header fields.


Field Documentation

pj_str_t pjsip_proxy_authenticate_hdr::scheme

Authentication scheme

pjsip_common_challenge pjsip_proxy_authenticate_hdr::common

Common fields.

pjsip_digest_challenge pjsip_proxy_authenticate_hdr::digest

Digest challenge.

pjsip_pgp_challenge pjsip_proxy_authenticate_hdr::pgp

PGP challenge.

union { ... } pjsip_proxy_authenticate_hdr::challenge

This union contains structures that are only relevant depending on the value of the scheme being used.


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.