Ignore:
Timestamp:
Mar 14, 2008 5:56:11 PM (16 years ago)
Author:
bennylp
Message:

More ticket #485: initial test on TURN client/server

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/src/pjnath/stun_auth.c

    r1479 r1869  
    122122                                                 pj_stun_auth_cred *cred, 
    123123                                                 pj_pool_t *pool, 
     124                                                 pj_str_t *auth_key, 
    124125                                                 pj_stun_msg **p_response) 
    125126{ 
     
    333334                                 NULL, &realm, &nonce, p_response); 
    334335            } 
     336            if (auth_key) { 
     337                pj_stun_create_key(pool, auth_key, &realm,  
     338                                   &auser->value, &password); 
     339            } 
    335340            return PJ_STATUS_FROM_STUN_CODE(PJ_STUN_SC_STALE_NONCE); 
    336341        } 
Note: See TracChangeset for help on using the changeset viewer.