Ignore:
Timestamp:
Oct 10, 2007 12:18:27 PM (17 years ago)
Author:
bennylp
Message:

Continuing ticket #396: added PJSIP_HAS_DIGEST_AKAv1_AUTH to enable AKA support. Default is disabled, for now

File:
1 edited

Legend:

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

    r1473 r1489  
    617617 
    618618/** 
     619 * Specify support for IMS/3GPP digest AKA authentication. 
     620 * 
     621 * Default: 0 (disabled for now) 
     622 */ 
     623#ifndef PJSIP_HAS_DIGEST_AKAV1_AUTH 
     624#   define PJSIP_HAS_DIGEST_AKAV1_AUTH      0 
     625#endif 
     626 
     627 
     628/** 
    619629 * @} 
    620630 */ 
Note: See TracChangeset for help on using the changeset viewer.