summaryrefslogtreecommitdiff
path: root/pjsip/src/pjsua-lib/pjsua_pres.c
AgeCommit message (Expand)Author
2010-02-10Ticket #995: Send un-PUBLISH when pjsua_acc_set_registration(FALSE) is called...Benny Prijono
2009-12-10Ticket #1002: Crash when adding/removing buddies (thanks Nikolay Popok and Ro...Benny Prijono
2009-11-20More ticket #982 (MWI): support for Asterisk unsolicited MWI requests:Benny Prijono
2009-11-10Fixed for #937 (presence enhancements): handle case where event argument is NULLBenny Prijono
2009-10-26Implement ticket #982: Support for SIP Message Summary/Message Waiting Indica...Benny Prijono
2009-10-21More #937 (presence):Benny Prijono
2009-10-21More ticket #937 (presence revamping):Benny Prijono
2009-10-20Initial commit for ticket #937: Revamping of presence management to make it m...Benny Prijono
2009-10-14Ticket #970: More gracefull PJSUA-LIB shutdown sequence. Enhancements:Benny Prijono
2009-10-13Ticket #364: Upon unregistration, (un)REGISTER should be sent only after (un)...Benny Prijono
2009-10-12Ticket #411: Cannot update account presence's status while previous PUBLISH i...Benny Prijono
2009-06-30Related to #911:Benny Prijono
2009-06-15Ticket #873: Include the parsed XML tuple in the pjsip_pres_status, and inclu...Benny Prijono
2009-04-28Ticket #760: Enhancements to PUBLISH management (thanks Johan Lantz for the s...Benny Prijono
2009-04-14Ticket #789: don't call buddy callback after buddy has been deleted (thanks R...Benny Prijono
2009-04-14Ticket #786: Crash when UAC invite or subscribe session initialization fails ...Benny Prijono
2008-12-23Updated copyright notice in all files to Teluu Inc., and changed the year as ...Benny Prijono
2008-12-18Fixed minor gcc compilation warningsBenny Prijono
2008-12-17Ticket #675:Nanang Izzuddin
2008-09-11Ticket #623: Assertion when receiving SUBSCRIBE with non presence event (than...Benny Prijono
2008-09-08Ticket #615: Error adding new buddy in the on_incoming_subscribe() callback (...Benny Prijono
2008-08-05Ticket #585: Handle non-SIP URI in Contact header of incoming INVITE and SUBS...Benny Prijono
2008-07-31Fixed ticket #582: Extended presence status is not sent in initial NOTIFY req...Benny Prijono
2008-07-21Ticket #576: Added user data in pjsua account and buddyBenny Prijono
2008-07-17Ticket #192: Add callback to notify application about incoming SUBSCRIBE requ...Benny Prijono
2008-07-13Ticket #518: some fixes for growing memory usage in PJSUA-LIB, by using tempo...Benny Prijono
2008-07-10Ticket 555: modifications to pjsua instant messaging callbacksBenny Prijono
2008-06-20Large changeset to replace all occurences of year 2007 with 2008 in the copyr...Benny Prijono
2008-05-05Fixed bug: NOTIFY is sent continuously on PJSUA-LIB shutdownBenny Prijono
2008-04-15Use the smart Contact header for TCP/TLSBenny Prijono
2007-11-10Fixed compilation warnings/errors under C++ modeBenny Prijono
2007-11-08- Added option to send empty Authorization header in outgoing requestsBenny Prijono
2007-11-07Change default PUBLISH interval from 60 seconds to PJSUA_PRES_TIMERBenny Prijono
2007-10-31Ticket #406: New PJSUA API to update buddy's presence subscriptionBenny Prijono
2007-10-31Ticket #405: Subscribe to buddy presence upon receiving incoming subscription...Benny Prijono
2007-08-25Implement ticket #336: custom presence status in NOTIFY/PUBLISH, supporting s...Benny Prijono
2007-08-24Ticket #365: ability to override generated ttuple ID in PIDF message body (th...Benny Prijono
2007-08-16Ticket #354: continuing work to port the Symbian libraries to .DSO formatBenny Prijono
2007-07-18PJSUA_PRES_TIMER was set to two seconds! (thanks Paul Levin)Benny Prijono
2007-06-28Fixed ticket #351: Possible deadlock in pjsua-api presence subscription (than...Benny Prijono
2007-06-28Ticket #349: Crash when sending PUBLISH when network is unreachableBenny Prijono
2007-06-27Ticket #347: Assertion failure when handling incoming presence subscription w...Benny Prijono
2007-06-23Timer for buddy presence subscription in PJSUA is not cancelled when applicat...Benny Prijono
2007-06-05Fixed ticket #319: assertion in pjsua when adding buddy with invalid or unrea...Benny Prijono
2007-05-29Fixed ticket #91: timer to re-subscribe buddy's presence when subscription fa...Benny Prijono
2007-05-16Fixed ticket #100: Assertion failure when terminating subscription with PJSUA...Benny Prijono
2007-05-11HUGE changeset to make the rest of the libraries compile with C++ modeBenny Prijono
2007-03-20Fixed ticket #191: PUBLISH request in pjsua is not initialized with account's...Benny Prijono
2007-02-24Fixed ticket #136: Invalid presence entity ID when URI is specified in name-a...Benny Prijono
2007-02-24Fixed ticket #90: PUBLISH is rejected with 404 when REGISTER is challenged wi...Benny Prijono