summaryrefslogtreecommitdiff
path: root/pjsip/src/pjsip-simple/evsub.c
AgeCommit message (Expand)Author
2014-02-18Misc (re #1630): fixed failure to recognize short representation of Event headerBenny Prijono
2014-01-29Fix #1727:Nanang Izzuddin
2013-07-22Misc (re #1630): Add randomizing interval for subscription refresh.Nanang Izzuddin
2013-03-21Close #1647: updated subscription lookup in on_new_transaction() to skip subs...Nanang Izzuddin
2012-04-24Re #1474: merged r4054-r4079Benny Prijono
2011-09-18Modified the libraries to use the new log indentation feature re #1372Benny Prijono
2011-05-05Re #1250: Updated the year in all copyright texts with 2011!Nanang Izzuddin
2011-03-16Fix #1212:Nanang Izzuddin
2011-02-11Re #1161: Support for adding custom presence subscription headers.Liong Sauw Ming
2010-10-13Misc (Re #1134): do not allow subscription state callback to be called with N...Benny Prijono
2010-10-01Misc (re #1134): added Supported header in outgoing SUBSCRIBE request. Althou...Benny Prijono
2010-01-21Ticket #1029: Fix support for multiple (event) subscriptions in a single dial...Benny Prijono
2009-06-30Ticket #911: Crash when receiving NOTIFY after subscription is terminated (th...Benny Prijono
2009-06-01Ticket #869: Make various event/presence subscription time settings configura...Benny Prijono
2008-12-23Updated copyright notice in all files to Teluu Inc., and changed the year as ...Benny Prijono
2008-07-17Ticket #574: Add new API to know why the outgoing subscription request is ter...Benny Prijono
2008-07-16Ticket #573: Handle receiving short version of Event headerBenny Prijono
2008-07-13Ticket #564: Reduce the memory usage for default pjsip settingsBenny Prijono
2008-06-20Large changeset to replace all occurences of year 2007 with 2008 in the copyr...Benny Prijono
2007-10-25Added assertion which checks if evsub module has been registered before other...Benny Prijono
2007-08-16Ticket #354: continuing work to port the Symbian libraries to .DSO formatBenny Prijono
2007-06-27Ticket #346: deadlock in event subscription when SUBSCRIBE is followed immedi...Benny Prijono
2007-05-02Ported PJSIP and PJSIP-SIMPLE to SymbianBenny Prijono
2007-02-19Ticket #110: HUGE HUGE changeset to replace all occurence of year 2006 with 2...Benny Prijono
2006-09-22In pjsua, outgoing REFER now always put Refer-Sub: falseBenny Prijono
2006-09-13Fixed bug in event subscription: for event subscriptions established by non-S...Benny Prijono
2006-08-10Attempt to fix the race condition in dialog locking.Benny Prijono
2006-07-18Small improvements: (1) pjsua now responds to incoming OPTIONS request, which...Benny Prijono
2006-04-29Fixed bug in event subscription when it is challenged/authenticatedBenny Prijono
2006-04-04Changed pjsip_dlg_send_request() API to NOT return transaction as it is not s...Benny Prijono
2006-03-10Fixed compilation and run warnings/errors with MSVC 2005Benny Prijono
2006-03-07Updated evsub to sync with the docBenny Prijono
2006-03-05Added API to terminate dialog prematurely. Affect: dialog, invite sessions, e...Benny Prijono
2006-03-03Terminate pending SUBSCRIBE if application sends another one (e.g. to unsubsc...Benny Prijono
2006-03-02Added IM and composition indication, and testedBenny Prijono
2006-02-25Tidying up and make it consistent with the documentationBenny Prijono
2006-02-21Implemented major feature: call hold and transferBenny Prijono
2006-02-19SIMPLE test with FWD, and added more info in UIBenny Prijono
2006-02-19Fixing Makefiles for the new pjmedia-codec and pjsip-simple librariesBenny Prijono
2006-02-19Initial SIMPLE implementationBenny Prijono