Ignore:
Timestamp:
Jun 6, 2008 2:47:10 PM (16 years ago)
Author:
bennylp
Message:

Major major modifications related to ticket #485 (support for TURN-07):

  • Added STUN socket transport pj_stun_sock
  • Integration of TURN-07 to ICE
  • Major refactoring in ICE stream transport to make it simpler
  • Major modification (i.e. API change) in almost everywhere else
  • Much more elaborate STUN, TURN, and ICE tests in pjnath-test
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/src/pjnath-test/sess_auth.c

    r1929 r1988  
    10991099    /* If REALM doesn't match, server must respond with 401 
    11001100     */ 
     1101#if 0 
     1102    // STUN session now will just use the realm sent in the 
     1103    // response, so this test will fail because it will 
     1104    // authenticate successfully. 
     1105 
    11011106    rc = run_client_test("Invalid REALM (long term)",  // title 
    11021107                         PJ_TRUE,           // server responding 
     
    11171122        goto done; 
    11181123    } 
     1124#endif 
    11191125 
    11201126    /* Invalid HMAC */ 
Note: See TracChangeset for help on using the changeset viewer.