Changeset 1561 for pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
- Timestamp:
- Nov 8, 2007 9:24:30 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
r1541 r1561 1841 1841 * If this flag is set, the presence information of this account will 1842 1842 * be PUBLISH-ed to the server where the account belongs. 1843 * 1844 * Default: PJ_FALSE 1843 1845 */ 1844 1846 pj_bool_t publish_enabled; 1847 1848 /** 1849 * Authentication preference. 1850 */ 1851 pjsip_auth_clt_pref auth_pref; 1845 1852 1846 1853 /** … … 1890 1897 */ 1891 1898 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;1897 1899 1898 1900 /**
Note: See TracChangeset
for help on using the changeset viewer.