From 3c4737b86e55b69670b9fc4c014e77fa6fa00194 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Thu, 8 Nov 2007 09:24:30 +0000 Subject: - 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 git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1561 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip/include/pjsua-lib/pjsua.h | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'pjsip/include/pjsua-lib/pjsua.h') diff --git a/pjsip/include/pjsua-lib/pjsua.h b/pjsip/include/pjsua-lib/pjsua.h index 369f7015..db5a6496 100644 --- a/pjsip/include/pjsua-lib/pjsua.h +++ b/pjsip/include/pjsua-lib/pjsua.h @@ -1840,9 +1840,16 @@ typedef struct pjsua_acc_config /** * If this flag is set, the presence information of this account will * be PUBLISH-ed to the server where the account belongs. + * + * Default: PJ_FALSE */ pj_bool_t publish_enabled; + /** + * Authentication preference. + */ + pjsip_auth_clt_pref auth_pref; + /** * Optional PIDF tuple ID for outgoing PUBLISH and NOTIFY. If this value * is not specified, a random string will be used. @@ -1890,11 +1897,6 @@ typedef struct pjsua_acc_config */ pj_str_t proxy[PJSUA_ACC_MAX_PROXIES]; - /** - * Enable Service-Route processing for this account. - */ - pj_bool_t enable_service_route; - /** * Optional interval for registration, in seconds. If the value is zero, * default interval will be used (PJSUA_REG_INTERVAL, 300 seconds). -- cgit v1.2.3