summaryrefslogtreecommitdiff
path: root/src/sip-connection-sofia.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-02Add a WARNING macro and use that instead of g_warning.Jonny Lamb1-1/+1
2008-03-18Refactored NUA callback handling to use GObject signal emission.Mikhail Zabaluev1-866/+60
2008-03-07Removed dead codeMikhail Zabaluev1-45/+0
2008-03-07Used the occasion to update copyright notices in the code:Mikhail Zabaluev1-6/+8
2008-03-07Renamed things for Tpsip prefix all through the codeMikhail Zabaluev1-77/+77
2008-03-06Renamed source files consistently to the tpsip- prefix.Mikhail Zabaluev1-0/+1017
2008-03-06Renamed source files consistently to the tpsip- prefix.Mikhail Zabaluev1-1017/+0
2008-02-25Initial implementation of org.freedesktop.telepathy.Channel.Interface.CallStateMikhail Zabaluev1-10/+3
2007-11-07When the call is terminated, drop the associated auth entryMikhail Zabaluev1-0/+4
2007-11-07Don't tell the stack to BYE call handles that are terminating alreadyMikhail Zabaluev1-4/+10
2007-10-26SIPConnection: call nua_shutdown only if neccessary, otherwise manually clean...Senko Rasic1-1/+7
2007-10-11Never destroy the register use handle the hard way,Mikhail Zabaluev1-1/+0
2007-10-05nitpickMikhail Zabaluev1-1/+1
2007-10-05Cache auth credentials by NUA handle.Mikhail Zabaluev1-12/+34
2007-10-05Remove the auth loop prevention kludge that came to bite us in the back.Mikhail Zabaluev1-10/+25
2007-10-05Brushed up debug logging in sip-connection-sofia.cMikhail Zabaluev1-8/+6
2007-10-05Updated a comment in the nua_r_invite handlerMikhail Zabaluev1-3/+1
2007-10-05Authenticate our BYE requests when challenged, to deal with the odd proxy tha...Mikhail Zabaluev1-1/+18
2007-10-05Remove the auth loop prevention kludge that came to bite us in the back.Mikhail Zabaluev1-25/+10
2007-10-04Fixed a bogus null check in priv_handle_auth(), check for the real thingMikhail Zabaluev1-2/+2
2007-09-13Don't feep at nua_i_options as an unknown eventMikhail Zabaluev1-0/+1
2007-09-13Track the handle of the event in the debug output of the NUA handler; NUA its...Mikhail Zabaluev1-2/+2
2007-09-13If a CANCEL request has the Reason header,Mikhail Zabaluev1-1/+18
2007-09-13Assorted string comparison fixesMikhail Zabaluev1-1/+2
2007-09-13When authenticating in 'foreign' domain, fall back to the primary auth userna...Mikhail Zabaluev1-16/+15
2007-09-11Debugging cosmeticsMikhail Zabaluev1-5/+5
2007-09-10Trigger successful call establishment handler with state change to nua_callst...Mikhail Zabaluev1-7/+8
2007-08-24Handle 200 responses to INVITE by clearing the pending remote send flagMikhail Zabaluev1-30/+20
2007-08-01Dereference the sip structure pointer after the check for appropriate status ...Mikhail Zabaluev1-2/+5
2007-07-31Don't emit NewChannel if the requested peer handle is not valid (e.g. when at...Mikhail Zabaluev1-2/+8
2007-07-11Handle nua_r_cancel by ignoring itMikhail Zabaluev1-0/+4
2007-07-11Reference the NUA handle we don't own prior to destroying itMikhail Zabaluev1-0/+1
2007-07-11Send BYE to the call handles for which we have destroyed the channel, but sti...Mikhail Zabaluev1-9/+13
2007-07-11Maintain those commented out responses to CANCEL we don't get to useMikhail Zabaluev1-1/+3
2007-07-09Enable custom handling of MESSAGE requests, allowing us to respond with statu...Mikhail Zabaluev1-3/+11
2007-07-04Using auth-user only in nua_authenticate; modified register-test.py to test a...Senko Rasic1-7/+11
2007-07-05Renamed sip_media_channel_set_remote_info() to sip_media_channel_set_remote_m...Mikhail Zabaluev1-1/+1
2007-06-26If the message text is not going to be converted, validate it to be proper UTF-8Mikhail Zabaluev1-0/+8
2007-06-26Don't leak the converted body text even if it's gone wrongMikhail Zabaluev1-1/+2
2007-06-26Removed property 'creator' off SIPMediaChannel, makes for less redundancyMikhail Zabaluev1-5/+1
2007-06-25Handle nua_i_cancel by emitting MembersChanged removing both call members wit...Mikhail Zabaluev1-2/+25
2007-06-21debug log cosmeticsMikhail Zabaluev1-1/+1
2007-06-21Provide error responses on various error conditions in the nua_i_message handlerMikhail Zabaluev1-5/+16
2007-06-21Removed the unused sip-connection-helpers.h inclusionMikhail Zabaluev1-1/+0
2007-06-21When the call is signalled terminated by the Sofia stack, call the new functi...Mikhail Zabaluev1-5/+5
2007-06-21Better debugging of the nua_i_state handlerMikhail Zabaluev1-21/+20
2007-06-21cosmetics, and a check that all input bytes have been processedSenko Rasic1-1/+1
2007-06-21Use available GLib and Sofia functions in detecting and converting message ch...Senko Rasic1-12/+6
2007-06-21SIPConnection: if incoming MESSAGE is not in utf-8, attempt to convert itSenko Rasic1-10/+43
2007-06-19Respond with 180 Ringing only on the initial INVITEMikhail Zabaluev1-5/+1