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

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

#include <sip_auth_msg.h>


Detailed Description

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

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

Member Function Documentation

pjsip_www_authenticate_hdr::PJSIP_DECL_HDR_MEMBER ( struct  pjsip_www_authenticate_hdr  ) 

Standard header fields.


Field Documentation

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
(C)2003-2008 Benny Prijono