Ignore:
Timestamp:
Mar 14, 2008 5:56:11 PM (16 years ago)
Author:
bennylp
Message:

More ticket #485: initial test on TURN client/server

File:
1 edited

Legend:

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

    r1852 r1869  
    6262 
    6363/** 
     64 * Get credential. 
     65 */ 
     66PJ_DECL(pj_status_t) pj_turn_get_cred(const pj_stun_msg *msg, 
     67                                      void *user_data, 
     68                                      pj_pool_t *pool, 
     69                                      pj_str_t *realm, 
     70                                      pj_str_t *username, 
     71                                      pj_str_t *nonce, 
     72                                      int *data_type, 
     73                                      pj_str_t *data); 
     74 
     75/** 
    6476 * This function is called to get the password for the specified username. 
    6577 * This function is also used to check whether the username is valid. 
Note: See TracChangeset for help on using the changeset viewer.