summaryrefslogtreecommitdiff
path: root/pjsip/src/pjsua-lib/pjsua_im.c
AgeCommit message (Expand)Author
2014-01-23Misc (re #1630): Fixed GCC build warnings (thanks Tzafrir Cohen for the patch).Nanang Izzuddin
2013-07-15Re #1688: Add fix to check whether msg_data is nullLiong Sauw Ming
2013-07-10Closed #1688: Add support for different To and Target URI in outgoing call an...Liong Sauw Ming
2013-03-06Fixed #1632: Remove Contact header in MESSAGE requestsLiong Sauw Ming
2012-06-20Fixed #1537: Via rewrite: putting the right IP address in Via sent-by for out...Liong Sauw Ming
2011-05-05Re #1250: Updated the year in all copyright texts with 2011!Nanang Izzuddin
2010-06-02Fixed #1092 (Crash when receiving various messages with "Contact: *" header f...Benny Prijono
2009-10-01Misc (ticket #951): increase CSeq on retrying MESSAGE request due to 401/407 ...Benny Prijono
2009-08-05Ticket #930:Nanang Izzuddin
2009-04-27Ticket #693: Allow incoming MESSAGE request without message bodyBenny Prijono
2008-12-23Updated copyright notice in all files to Teluu Inc., and changed the year as ...Benny Prijono
2008-07-10Ticket 555: modifications to pjsua instant messaging callbacksBenny Prijono
2008-06-28Fixed crash when handling incoming MESSAGE request without message body but w...Benny Prijono
2008-06-20Large changeset to replace all occurences of year 2007 with 2008 in the copyr...Benny Prijono
2007-11-08- Added option to send empty Authorization header in outgoing requestsBenny Prijono
2007-06-12Add tx_data in the new on_pager_status2() callbackBenny Prijono
2007-06-11Ticket #334: Added on_pager_status2() callback to receive the full SIP messag...Benny Prijono
2007-05-21Ticket #283: Added another pjsua IM callback with the message passed as argum...Benny Prijono
2007-05-15Fixed Symbian compilation error for pjsua_im.cBenny Prijono
2007-05-14Ticket #274: the From parameter on_pager() callback contains Contact instead ...Benny Prijono
2007-05-11HUGE changeset to make the rest of the libraries compile with C++ modeBenny Prijono
2007-05-02PJSUA-LIB was ported to Symbian and added simple Symbian app. Testing followsBenny Prijono
2007-04-04Ticket #212: IM typing indication request is missing route set (thanks Nichol...Benny Prijono
2007-02-19Ticket #110: HUGE HUGE changeset to replace all occurence of year 2006 with 2...Benny Prijono
2007-01-13More work on ticket #50: binding of PJSUA-API account to specific transport, ...Benny Prijono
2006-08-20Added initial "norefersub" (RFC 4488) implementation in PJSUA-LIB, and also p...Benny Prijono
2006-07-18More intelligent PJSUA-LIB in selecting the appropriate address for Contact h...Benny Prijono
2006-07-10Fixed bug in PJSUA API re: account selection and Contact header for accountsBenny Prijono
2006-06-13-- REWRITE OF PJSUA API --Benny Prijono
2006-06-06Another huge chunks of modifications in PJSUA API, too many things to mention!Benny Prijono
2006-05-28More changes in pjsua API to make it more complete high level APIBenny Prijono
2006-05-26First stage in pjsua library re-arrangements towards creating an easy to use ...Benny Prijono
2006-03-06Renamed getopt() to pj_getopt(), and fixed misc Linux warningsBenny Prijono
2006-03-02Added IM and composition indication, and testedBenny Prijono