summaryrefslogtreecommitdiff
path: root/src/sip-connection.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-18TpsipConnection: commented out NUTAG_SIPS_URL assuming it's now rudimentary t...Mikhail Zabaluev1-2/+2
2008-03-18TpsipConnection: removed useles TPSIP_IS_CONNECTION assertionsMikhail Zabaluev1-2/+0
2008-03-18TpsipConnection: cosmetics in the class init functionMikhail Zabaluev1-3/+3
2008-04-01TpsipConnection: handle the internal status code 904 that indicates a failed ...Mikhail Zabaluev1-0/+1
2008-03-18TpsipConnection: erased the custom implementation of GetInterfaces, with the ...Mikhail Zabaluev1-26/+0
2008-03-18Unbreak tpsip_connection_get_interfaces()Mikhail Zabaluev1-1/+1
2008-03-18TpsipConnection: debugging cleanups in ListInterfaces and the dispose functionMikhail Zabaluev1-5/+3
2008-03-18Added priv_handle_parse_from() missing for the incoming event handlers;Mikhail Zabaluev1-18/+22
2008-03-18Removed the RequestHandles implementation, let the base class do itMikhail Zabaluev1-105/+0
2008-03-18Refactored NUA callback handling to use GObject signal emission.Mikhail Zabaluev1-36/+415
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-105/+98
2008-03-06Renamed source files consistently to the tpsip- prefix.Mikhail Zabaluev1-0/+982
2008-03-06Renamed source files consistently to the tpsip- prefix.Mikhail Zabaluev1-982/+0
2008-03-05'loose-routing' defaults to false.Mikhail Zabaluev1-1/+1
2008-02-19SIPConnection: corrected the description string for 'keepalive-interval' to m...Mikhail Zabaluev1-1/+1
2008-02-11SIPConnection: removed a gratuitous log messageMikhail Zabaluev1-3/+0
2008-02-11SIPConnection: flagged properties with non-trivial defaults with G_PARAM_CONS...Mikhail Zabaluev1-12/+17
2008-02-11Added connection parameter 'loose-routing' to allow for the legacy routing be...Mikhail Zabaluev1-6/+21
2007-11-27Use initial route set instead of NUTAG_PROXY.Mikhail Zabaluev1-4/+0
2007-11-27SIPConnection: new dedicated parameter 'transport' for the SIP transport pref...Mikhail Zabaluev1-0/+20
2007-10-26SIPConnection: call nua_shutdown only if neccessary, otherwise manually clean...Senko Rasic1-3/+7
2007-10-26SipConnection: don't overwrite error from tp_handle_ensureSenko Rasic1-3/+0
2007-10-26SipConnection: NUA stack can be NULL at disconnect, if we aborted connecting ...Senko Rasic1-6/+0
2007-10-23Fail gracefully in case the account URL could not be created from the stringMikhail Zabaluev1-0/+6
2007-10-23Implemented connection manager parameters 'local-ip-address' and 'local-port'...Mikhail Zabaluev1-20/+61
2007-10-11Never destroy the register use handle the hard way,Mikhail Zabaluev1-10/+1
2007-10-05Cache auth credentials by NUA handle.Mikhail Zabaluev1-1/+7
2007-10-05Remove the auth loop prevention kludge that came to bite us in the back.Mikhail Zabaluev1-0/+1
2007-10-05Remove the auth loop prevention kludge that came to bite us in the back.Mikhail Zabaluev1-1/+0
2007-10-04Removed unused variables discovered by coverityMikhail Zabaluev1-3/+0
2007-09-26SIPConnection: check for register handle creation failureMikhail Zabaluev1-0/+7
2007-09-13Erased the HTTP proxy parameter, we never came to use itMikhail Zabaluev1-22/+0
2007-09-11God rid of the unnecessary constructor and the redundant parent_class static ...Mikhail Zabaluev1-38/+0
2007-09-11SIPConnection: set the error if the address handle is invalidMikhail Zabaluev1-2/+3
2007-09-11Static string flags for all SIPConnection propertiesMikhail Zabaluev1-13/+41
2007-09-11Debugging cosmeticsMikhail Zabaluev1-1/+1
2007-09-11If the proxy URI nails the transport parameter, set it in Contact as well.Mikhail Zabaluev1-46/+39
2007-09-10Always call nua_unregister() when disconnectingMikhail Zabaluev1-2/+2
2007-08-03Explicitly set the list of allowed methodsMikhail Zabaluev1-0/+1
2007-07-25Added 'discover-stun' parameter with the default of TRUEMikhail Zabaluev1-3/+17
2007-07-25Static string flags the for 'stun-server' propertyMikhail Zabaluev1-1/+3
2007-07-24Avoid mixing STUN host name and IP address in the same private data memberMikhail Zabaluev1-6/+6
2007-07-24Removed the useless STUNTAG_SERVER updateMikhail Zabaluev1-1/+0
2007-07-09Enable custom handling of MESSAGE requests, allowing us to respond with statu...Mikhail Zabaluev1-1/+2
2007-07-04SIPConnection: don't perform STUN SRV discovery if use supplied stun-server p...Senko Rasic1-2/+2
2007-07-04Using auth-user only in nua_authenticate; modified register-test.py to test a...Senko Rasic1-0/+2
2007-06-28SIPConnection: properly setting userinfo in Contact: header; new param auth-u...Senko Rasic1-2/+22
2007-06-12SIPConnection: if stun server address is not given, do a SRV request on the s...Senko Rasic1-1/+4
2007-05-29Don't add sip: scheme if the proxy URI contains any colons, just to be sureMikhail Zabaluev1-10/+2