Ignore:
Timestamp:
Oct 10, 2007 11:37:56 AM (17 years ago)
Author:
bennylp
Message:

Ticket #396: initial implementation of digest AKA (akav1-md5) authentication for IMS/3GPP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip/sip_errno.h

    r1417 r1488  
    382382 */ 
    383383#define PJSIP_EAUTHSTALECOUNT   (PJSIP_ERRNO_START_PJSIP + 111) /* 171111 */ 
     384/** 
     385 * @hideinitializer 
     386 * Invalid nonce value in the challenge. 
     387 */ 
     388#define PJSIP_EAUTHINNONCE      (PJSIP_ERRNO_START_PJSIP + 112) /* 171112 */ 
     389/** 
     390 * @hideinitializer 
     391 * Invalid AKA credential. 
     392 */ 
     393#define PJSIP_EAUTHINAKACRED    (PJSIP_ERRNO_START_PJSIP + 113) /* 171113 */ 
    384394 
    385395 
Note: See TracChangeset for help on using the changeset viewer.