Changeset 2716


Ignore:
Timestamp:
May 19, 2009 12:33:28 PM (15 years ago)
Author:
bennylp
Message:

Fixed ticket #858: Do not authenticate STUN 438 (Stale Nonce) response

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/sipit24/pjnath/src/pjnath/stun_auth.c

    r2394 r2716  
    529529    case PJ_STUN_SC_BAD_REQUEST:            /* 400 (Bad Request)            */ 
    530530    case PJ_STUN_SC_UNAUTHORIZED:           /* 401 (Unauthorized)           */ 
     531    case PJ_STUN_SC_STALE_NONCE:            /* 438 (Stale Nonce)            */ 
    531532 
    532533    /* Due to the way this response is generated here, we can't really 
Note: See TracChangeset for help on using the changeset viewer.