Ignore:
Timestamp:
Apr 29, 2006 12:38:25 PM (18 years ago)
Author:
bennylp
Message:

Fixed bug in event subscription when it is challenged/authenticated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua-lib/pjsua_pres.c

    r284 r424  
    324324    } 
    325325 
     326    pjsip_auth_clt_set_credentials( &dlg->auth_sess, pjsua.cred_count, 
     327                                    pjsua.cred_info); 
     328 
    326329    status = pjsip_pres_create_uac( dlg, &pres_callback,  
    327330                                    &pjsua.buddies[index].sub); 
Note: See TracChangeset for help on using the changeset viewer.