Ignore:
Timestamp:
Oct 7, 2009 8:38:02 AM (15 years ago)
Author:
bennylp
Message:

More ticket #960: STUN compatibility problem with RFC 3489 servers (in encoding SERVER-NAME or SOFTWARE attribute)

  • rollback the previous fix in r2916 since it is broken. It fails various authentication scenarios due to alignment of USERNAME attribute
  • this fix only applies old alignment rule to SERVERNAME attribute or when STUN magic is not used in the message
  • also disabled test vectors from draft-denis-behave-rfc3489bis-test-vectors-02, it fails with this fix
File:
1 edited

Legend:

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

    r2775 r2928  
    480480        "", 
    481481        &create_msgint1 
    482     }, 
     482    } 
     483    /* disabled: see http://trac.pjsip.org/repos/ticket/960 
     484    , 
    483485    { 
    484486        PJ_STUN_BINDING_RESPONSE, 
     
    504506        &create_msgint2 
    505507    } 
     508    */ 
     509 
     510    /* disabled: see http://trac.pjsip.org/repos/ticket/960 
    506511#if defined(PJ_HAS_IPV6) && PJ_HAS_IPV6!=0 
    507512    , 
     
    543548    } 
    544549#endif 
     550    */ 
    545551}; 
    546552 
Note: See TracChangeset for help on using the changeset viewer.