summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-05-30Use module-correct APIs to get the GSource from the sofia rootHEADmasterMikhail Zabaluev1-2/+2
2011-05-26Merge branch 'iphb-system-sync' into masterMikhail Zabaluev3-29/+53
Conflicts: src/sip-connection-helpers.c
2011-05-23Synchronise the heartbeat wakeups with other applicationsMarco Barisione1-23/+50
2011-05-23Depend on libiphb >= 0.61.31Marco Barisione1-1/+1
The newer libiphb is needed to help synchronisation between multiple applications.
2011-05-23Use pkg-config to check for iphb and use the right include pathMarco Barisione2-6/+3
2011-05-23Merge branch 'verify-certs' into trunkMikhail Zabaluev4-1/+23
Conflicts: src/sip-connection-manager.c src/sip-connection.c
2011-05-20Added connection parameter "ignore-tls-errors"Mikhail Zabaluev3-1/+26
The client should be able to circumvent the newly strict behavior, if they don't care about the security of their connection.
2011-05-13Verify TLS certificatesMikhail Zabaluev1-0/+2
2011-05-10Require sofia-sip 1.12.11Mikhail Zabaluev1-1/+1
We need this to use TPTAG_TLS_VERIFY_POLICY.
2011-03-15Merge branch 'keepalive-default'Mikhail Zabaluev2-2/+2
2011-03-07Don't default the connection parameter "keepalive-interval" to zero, eitherMikhail Zabaluev1-1/+1
2011-03-04Don't default the 'keepalive-interval' parameter to 0 (no keepalives)Mikhail Zabaluev1-1/+1
There is already support for NUA stack-defined default, we just failed to use it.
2011-03-02add Messages properties to immutable propertiesGuillaume Desmottes1-0/+4
2011-02-23Keep bus name as sofiasipDavid Laban10-16/+16
This is to avoid breaking people when they upgrade. We can do the but name change as part of the telepathy-1.0 API break. Reviewed-by: Will Thompson <will.thompson@collabora.co.uk>
2011-02-15Comment doc that STUN is used for media onlyMikhail Zabaluev1-2/+2
2011-02-15Smarter behavior of connection parameters 'discover-stun' and 'stun-server'Mikhail Zabaluev2-6/+22
'discover-stun' is no longer ignored if 'stun-server' is set. If 'discover-stun' is set to true, 'stun-server' is now ignored. If 'discover-stun' is not set, 'stun-server' is used if that is set, otherwise 'discover-stun' defaults to true. Fixes: fd.o #34227
2011-02-15Fix up a merge omissionMikhail Zabaluev1-0/+1
Maybe doing merge -s recursive -X ours was not such a good idea...
2011-02-15Merge branch 'stunning-fixes'Mikhail Zabaluev1-3/+16
2011-02-14Comment doc that STUN is used for media onlyMikhail Zabaluev1-2/+2
2011-02-14Smarter behavior of connection parameters 'discover-stun' and 'stun-server'Mikhail Zabaluev2-12/+39
'discover-stun' is no longer ignored if 'stun-server' is set. If 'discover-stun' is set to true, 'stun-server' is now ignored. If 'discover-stun' is not set, 'stun-server' is used if that is set, otherwise 'discover-stun' defaults to true. Fixes: fd.o #34227
2011-02-14Don't do STUN SRV lookup on the IP address-based account URIMikhail Zabaluev1-3/+17
Currently, only IPv4 addresses are supported, as is the case elsewhere. Added FIXME comments to add IPv6 support later.
2011-02-12Rename project to telepathy-rakiaDavid Laban64-1684/+1684
For the curious, these are the commands you need: git clean -d git mv tpsip-extensions extensions git mv tpsip rakia sed -i \ -e 's/libtpsip-extensions.la/librakia-extensions.la/g' \ -e 's/libtpsip_extensions_la/librakia_extensions_la/g' \ -e 's/tpsip-extensions/extensions/g' \ -e 's/sofiasip/rakia/g' \ -e 's/tpsip/rakia/g' \ -e 's/Tpsip/Rakia/g' \ -e 's/SOFIASIP/RAKIA/g' \ */*.[ch] .gitignore configure.ac $(find -name 'Makefile.am' ; find -name '*.py' ; find -name '*.in') git mv ./docs/telepathy-sofiasip.8.in ./docs/telepathy-rakia.8.in git mv ./src/telepathy-sofiasip.c ./src/telepathy-rakia.c git mv ./data/org.freedesktop.Telepathy.ConnectionManager.sofiasip.service.in \ ./data/org.freedesktop.Telepathy.ConnectionManager.rakia.service.in git mv ./tests/twisted/tools/sofiasip.service.in \ ./tests/twisted/tools/rakia.service.in ./autogen.sh && make distcheck
2011-02-12tpsip/Makefile.am: Add missing \David Laban1-1/+1
aka fixup! conn-aliasing: rename as tpsip/connection-aliasing make distcheck passes again
2011-02-12More ignore rulesDavid Laban1-3/+5
2011-02-12Don't distribute rm'd tpsip/signals-marshal.listDavid Laban1-2/+0
aka fixup! Move src/sip-media-* to tpsip/media-*
2011-02-07tpsip_conn_heartbeat_init: use "sofia-root" propertyPekka Pessi1-2/+8
2011-02-07Add tpsip_version_string ()Pekka Pessi2-0/+9
2011-02-07telepathy-sofiasip.c: use tpsip Sofia log handlingPekka Pessi1-57/+2
2011-02-07tpsip/debug: add Sofia log handlingPekka Pessi2-0/+59
2011-02-07Move src/media-factory to tpsip/media-managerPekka Pessi9-141/+143
2011-02-07Move src/sip-media-* to tpsip/media-*Pekka Pessi11-25/+24
2011-02-07Move src/text-factory to tpsip/text-managerPekka Pessi7-135/+137
2011-02-07Move src/sip-text-channel to tpsip/text-channelPekka Pessi4-5/+7
2011-02-07Move src/debug to tpsip/debugPekka Pessi18-36/+21
2011-02-07Merge branch 'tpsip-base-connection'Pekka Pessi25-583/+974
2011-02-02Brushed up the READMEMikhail Zabaluev1-37/+14
Removed obsolete information referring to libjingle. Updated information on building. More help on environment variables.
2011-02-02sip-connection: remove functionality copied to TpsipBaseConnectionPekka Pessi3-36/+0
2011-02-02conn-aliasing: rename as tpsip/connection-aliasingPekka Pessi6-51/+128
TpsipConnectionAliasing is a GInterface implementing the Connection.Interface.Aliasing (for self handle). The new GInterface uses the property "alias" from Connection classes using the interface.
2011-02-02sip-connection-helpers: remove tpsip/handles functionalityPekka Pessi2-93/+2
- tpsip_conn_get_contact_url replaced by tpsip_handle_inspect_uri - tpsip_handle_parse_from replaced by tpsip_handle_by_requestor
2011-02-02conn-aliasing: use TpsipBaseConnection and tpsip/handlesPekka Pessi3-30/+27
2011-02-02sip-media-session: use TpsipBaseConnectionPekka Pessi1-3/+4
2011-02-02sip-media-channel: use TpsipBaseConnectionPekka Pessi1-7/+8
2011-02-02sip-text-channel: use TpsipBaseConnectionPekka Pessi1-7/+5
2011-02-02protocol: use tpsip/handlesPekka Pessi1-0/+1
2011-02-02sip-connection: use tpsip/handlesPekka Pessi1-1/+2
2011-02-02media-factory: use tpsip/handlesPekka Pessi1-7/+4
2011-02-02media-factory: use TpsipBaseConnectionPekka Pessi1-9/+8
2011-02-02text-factory: use tpsip/handlesPekka Pessi1-8/+4
2011-02-02text-factory: use TpsipBaseConnectionPekka Pessi1-9/+10
2011-02-02tpsip-base-connection: add nua callbackPekka Pessi7-67/+27
Move the nua callback module src/sip-connection-sofia.c to tpsip/base-connection-sofia.c, using the new callback from sip-connection.c.