Ignore:
Timestamp:
Jan 20, 2009 8:53:38 AM (15 years ago)
Author:
bennylp
Message:

Minor fix sin simpleua.c sample: should put authentication scheme in the sample snippet for authentication

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/samples/simpleua.c

    r2394 r2423  
    349349 
    350350                cred[0].realm     = pj_str("sip.server.realm"); 
     351                cred[0].scheme    = pj_str("digest"); 
    351352                cred[0].username  = pj_str("theuser"); 
    352353                cred[0].data_type = PJSIP_CRED_DATA_PLAIN_PASSWD; 
Note: See TracChangeset for help on using the changeset viewer.