summaryrefslogtreecommitdiff
path: root/pjsip/include/pjsua-lib/pjsua_internal.h
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2007-02-24 13:16:40 +0000
committerBenny Prijono <bennylp@teluu.com>2007-02-24 13:16:40 +0000
commite5ff40a9571cc1b1556caef9de17c8de52c2b629 (patch)
tree072777cc37115e4b59e9922d4fc7afedc3143e30 /pjsip/include/pjsua-lib/pjsua_internal.h
parentd7bfd38fd9a244a92f74cb2c0cc8ae2bbc056e20 (diff)
Fixed ticket #133: PUBLISH is rejected with 404 when REGISTER is challenged with 401/407
git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/pjproject-0.5-stable@997 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/include/pjsua-lib/pjsua_internal.h')
-rw-r--r--pjsip/include/pjsua-lib/pjsua_internal.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/pjsip/include/pjsua-lib/pjsua_internal.h b/pjsip/include/pjsua-lib/pjsua_internal.h
index 105a2b2b..4f6a49fd 100644
--- a/pjsip/include/pjsua-lib/pjsua_internal.h
+++ b/pjsip/include/pjsua-lib/pjsua_internal.h
@@ -302,6 +302,11 @@ void pjsua_pres_shutdown(void);
pj_status_t pjsua_pres_init_acc(int acc_id);
/**
+ * Send PUBLISH
+ */
+pj_status_t pjsua_pres_init_publish_acc(int acc_id);
+
+/**
* Terminate server subscription for the account
*/
void pjsua_pres_delete_acc(int acc_id);