Ignore:
Timestamp:
Nov 8, 2007 9:24:30 AM (17 years ago)
Author:
bennylp
Message:
  • Added option to send empty Authorization header in outgoing requests
  • When UAS has sent answer in reliable 1xx, do not put SDP in 2xx
  • Handle the case when UPDATE is challenged with 401/407
  • Obsolete --service-route option in pjsua
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h

    r1541 r1561  
    18411841     * If this flag is set, the presence information of this account will 
    18421842     * be PUBLISH-ed to the server where the account belongs. 
     1843     * 
     1844     * Default: PJ_FALSE 
    18431845     */ 
    18441846    pj_bool_t       publish_enabled; 
     1847 
     1848    /** 
     1849     * Authentication preference. 
     1850     */ 
     1851    pjsip_auth_clt_pref auth_pref; 
    18451852 
    18461853    /** 
     
    18901897     */ 
    18911898    pj_str_t        proxy[PJSUA_ACC_MAX_PROXIES]; 
    1892  
    1893     /** 
    1894      * Enable Service-Route processing for this account. 
    1895      */ 
    1896     pj_bool_t       enable_service_route; 
    18971899 
    18981900    /**  
Note: See TracChangeset for help on using the changeset viewer.