Ignore:
Timestamp:
Mar 9, 2008 12:55:00 PM (16 years ago)
Author:
bennylp
Message:

More work for ticket #485: updated pjnath with TURN-07 and added authentication in the server

File:
1 edited

Legend:

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

    r1850 r1852  
    7878    { PJ_STUN_SC_SERVER_ERROR,              "Server Error"}, 
    7979    { PJ_STUN_SC_INSUFFICIENT_CAPACITY,     "Insufficient Capacity"}, 
     80    { PJ_STUN_SC_INSUFFICIENT_PORT_CAPACITY,"Insufficient Port Capacity"}, 
    8081    { PJ_STUN_SC_GLOBAL_FAILURE,            "Global Failure"} 
    8182}; 
     
    290291    }, 
    291292    { 
    292         /* PJ_STUN_ATTR_REQUESTED_PORT_PROPS, */ 
    293         "REQUESTED-PORT-PROPS", 
     293        /* PJ_STUN_ATTR_REQUESTED_PROPS, */ 
     294        "REQUESTED-PROPS", 
    294295        &decode_uint_attr, 
    295296        &encode_uint_attr 
     
    350351    }, 
    351352    { 
    352         /* PJ_STUN_ATTR_REQUESTED_IP, */ 
    353         "REQUESTED-IP", 
    354         &decode_xored_sockaddr_attr, 
    355         &encode_sockaddr_attr 
     353        /* PJ_STUN_ATTR_RESERVATION_TOKEN, */ 
     354        "RESERVATION-TOKEN", 
     355        &decode_uint64_attr, 
     356        &encode_uint64_attr 
    356357    }, 
    357358    { 
Note: See TracChangeset for help on using the changeset viewer.