summaryrefslogtreecommitdiff
path: root/pjsip/include
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2007-10-31 10:20:31 +0000
committerBenny Prijono <bennylp@teluu.com>2007-10-31 10:20:31 +0000
commit42ee53bda2fcf662954c7a62803a8c1e1c35e902 (patch)
tree24a51c8dc21618a7ff85cd2177f3c549712d2b29 /pjsip/include
parenta5465795aef807c0afbc86b600a2fcf2d8df4b37 (diff)
Ticket #405: Subscribe to buddy presence upon receiving incoming subscription from the buddy
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1534 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/include')
-rw-r--r--pjsip/include/pjsua-lib/pjsua.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/pjsip/include/pjsua-lib/pjsua.h b/pjsip/include/pjsua-lib/pjsua.h
index 695e2c8c..bb2eb3d7 100644
--- a/pjsip/include/pjsua-lib/pjsua.h
+++ b/pjsip/include/pjsua-lib/pjsua.h
@@ -3082,6 +3082,17 @@ PJ_DECL(pj_status_t) pjsua_call_dump(pjsua_call_id call_id,
/**
+ * This specifies how long the library should retry resending SUBSCRIBE
+ * if the previous SUBSCRIBE failed.
+ *
+ * Default: 300 seconds
+ */
+#ifndef PJSUA_PRES_TIMER
+# define PJSUA_PRES_TIMER 300
+#endif
+
+
+/**
* This structure describes buddy configuration when adding a buddy to
* the buddy list with #pjsua_buddy_add(). Application MUST initialize
* the structure with #pjsua_buddy_config_default() to initialize this