Ignore:
Timestamp:
Mar 19, 2008 11:00:30 PM (15 years ago)
Author:
bennylp
Message:

Related to ticket #485: huge changeset to update STUN relating to managing authentication. See the ticket for the details

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/src/pjturn-srv/turn.h

    r1854 r1877  
    205205                                              const pj_sockaddr_t *src_addr, 
    206206                                              unsigned src_addr_len, 
    207                                               const pj_stun_msg *msg, 
     207                                              const pj_stun_rx_data *rdata, 
    208208                                              pj_stun_session *srv_sess, 
    209209                                              pj_turn_allocation **p_alloc); 
     
    460460 
    461461 
    462 /** 
    463  * Store the credential to put placed for the specified message for 
    464  * future retrieval. 
    465  */ 
    466 PJ_DECL(pj_status_t) pj_turn_srv_put_cred(pj_turn_srv *srv, 
    467                                           const pj_stun_msg *request, 
    468                                           pj_stun_tx_data *response); 
    469  
    470 /** 
    471  * Retrieve previously stored credential for the specified message. 
    472  */ 
    473 PJ_DECL(pj_status_t) pj_turn_srv_get_cred(const pj_stun_msg *msg, 
    474                                           void *user_data, 
    475                                           pj_pool_t *pool, 
    476                                           pj_str_t *realm, 
    477                                           pj_str_t *username, 
    478                                           pj_str_t *nonce, 
    479                                           int *data_type, 
    480                                           pj_str_t *data); 
    481  
    482  
    483462#endif  /* __PJ_TURN_SRV_TURN_H__ */ 
    484463 
Note: See TracChangeset for help on using the changeset viewer.