Changeset 1488 for pjproject/trunk/pjsip/src/pjsip/sip_errno.c
- Timestamp:
- Oct 10, 2007 11:37:56 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip/sip_errno.c
r1382 r1488 103 103 PJ_BUILD_ERR( PJSIP_EAUTHINVALIDDIGEST,"Invalid authorization digest" ), 104 104 PJ_BUILD_ERR( PJSIP_EAUTHSTALECOUNT, "Maximum number of stale retries exceeded"), 105 PJ_BUILD_ERR( PJSIP_EAUTHINNONCE, "Invalid nonce value in authentication challenge"), 106 PJ_BUILD_ERR( PJSIP_EAUTHINAKACRED, "Invalid AKA credential"), 105 107 106 108 /* UA/dialog layer. */
Note: See TracChangeset
for help on using the changeset viewer.