Ignore:
Timestamp:
Apr 4, 2007 5:49:28 PM (17 years ago)
Author:
bennylp
Message:

Added PJ_STUN_NO_AUTHENTICATE option to disable authentication in STUN session

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/include/pjnath/stun_msg.h

    r1150 r1151  
    10301030     * decode the packet. 
    10311031     */ 
    1032     PJ_STUN_CHECK_PACKET    = 2 
     1032    PJ_STUN_CHECK_PACKET    = 2, 
     1033 
     1034    /** 
     1035     * This option current is only valid for #pj_stun_session_on_rx_pkt(). 
     1036     * When specified, it tells the session NOT to authenticate the 
     1037     * message. 
     1038     */ 
     1039    PJ_STUN_NO_AUTHENTICATE = 4 
    10331040}; 
    10341041 
Note: See TracChangeset for help on using the changeset viewer.