From 4477551db5dbf220762db3e1dc8afa2a4d75e46f Mon Sep 17 00:00:00 2001 From: Liong Sauw Ming Date: Fri, 11 Feb 2011 07:39:14 +0000 Subject: Re #1161: Support for adding custom presence subscription headers. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3412 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip/include/pjsua-lib/pjsua.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pjsip/include/pjsua-lib') diff --git a/pjsip/include/pjsua-lib/pjsua.h b/pjsip/include/pjsua-lib/pjsua.h index 0a6cbdd8..d8243067 100644 --- a/pjsip/include/pjsua-lib/pjsua.h +++ b/pjsip/include/pjsua-lib/pjsua.h @@ -2138,6 +2138,12 @@ typedef struct pjsua_acc_config */ pjsip_hdr reg_hdr_list; + /** + * The optional custom SIP headers to be put in the presence + * subscription request. + */ + pjsip_hdr sub_hdr_list; + /** * Subscribe to message waiting indication events (RFC 3842). * -- cgit v1.2.3