From f44d17658e64639499d53b2c524718546bb2bd5e Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Mon, 15 Jun 2009 16:03:40 +0000 Subject: Ticket #873: Include the parsed XML tuple in the pjsip_pres_status, and include it in the pjsua_buddy_info in PJSUA-LIB, in case the PIDF document contains other info that is needed by application (thanks Johan Lantz for the suggestion) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2762 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip/include/pjsua-lib/pjsua.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pjsip/include/pjsua-lib/pjsua.h') diff --git a/pjsip/include/pjsua-lib/pjsua.h b/pjsip/include/pjsua-lib/pjsua.h index 44980caa..8744e9a8 100644 --- a/pjsip/include/pjsua-lib/pjsua.h +++ b/pjsip/include/pjsua-lib/pjsua.h @@ -2906,6 +2906,11 @@ typedef struct pjsua_buddy_info */ pjrpid_element rpid; + /** + * Extended presence info. + */ + pjsip_pres_status pres_status; + /** * Internal buffer. */ -- cgit v1.2.3