summaryrefslogtreecommitdiff
path: root/pjsip/include/pjsua-lib/pjsua.h
diff options
context:
space:
mode:
authorLiong Sauw Ming <ming@teluu.com>2011-02-11 07:39:14 +0000
committerLiong Sauw Ming <ming@teluu.com>2011-02-11 07:39:14 +0000
commit4477551db5dbf220762db3e1dc8afa2a4d75e46f (patch)
treefa80697f341d7c4f7a2e8c6c857eb80a73edf99c /pjsip/include/pjsua-lib/pjsua.h
parent6f8cdb0b445e9f94dc3a0bb35586b0b69c756b99 (diff)
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
Diffstat (limited to 'pjsip/include/pjsua-lib/pjsua.h')
-rw-r--r--pjsip/include/pjsua-lib/pjsua.h6
1 files changed, 6 insertions, 0 deletions
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).
*