Ignore:
Timestamp:
Mar 19, 2008 11:00:30 PM (16 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/auth.h

    r1869 r1877  
    6262 
    6363/** 
    64  * Get credential. 
    65  */ 
    66 PJ_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 /** 
    7664 * This function is called to get the password for the specified username. 
    7765 * This function is also used to check whether the username is valid. 
Note: See TracChangeset for help on using the changeset viewer.