Ignore:
Timestamp:
Aug 22, 2008 5:46:33 PM (16 years ago)
Author:
bennylp
Message:

Ticket #598: Update to draft-ietf-behave-rfc3489bis-18 and draft-ietf-behave-turn-09, and fix other things as well. Please see the ticket for more info

File:
1 edited

Legend:

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

    r1993 r2234  
    217217    pj_str_t realm, username, nonce, auth_key; 
    218218 
    219     /* The server SHOULD include a SERVER attribute in all responses */ 
     219    /* The server SHOULD include a SOFTWARE attribute in all responses */ 
    220220    if (sess->srv_name.slen && PJ_STUN_IS_RESPONSE(msg->hdr.type)) { 
    221         pj_stun_msg_add_string_attr(pool, msg, PJ_STUN_ATTR_SERVER, 
     221        pj_stun_msg_add_string_attr(pool, msg, PJ_STUN_ATTR_SOFTWARE, 
    222222                                    &sess->srv_name); 
    223223    } 
Note: See TracChangeset for help on using the changeset viewer.