summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-10-27Rename the connection manager service name back to sofiasiptelepathy-rakia-0.7.3Mikhail Zabaluev1-2/+1
The .manager file refers to that name and even the service file is named that way.
2011-09-19Merge branch 'quench-pending-send'Mikhail Zabaluev1-4/+15
2011-09-19Clear pending send flag if its stream direction is disabledtelepathy-sofiasip-0.6Mikhail Zabaluev1-4/+15
When a stream direction is requested to be off by either party, its associated pending send flag has no reason to be set any longer.
2011-09-06Bumped nano version to 0.7.2.1Mikhail Zabaluev1-1/+1
2011-09-06Version 0.7.2telepathy-rakia-0.7.2Mikhail Zabaluev2-12/+81
The NEWS file is updated with the history of 0.6.x releases from the telepathy-sofiasip-0.6 branch.
2011-09-06Renaming of SofiaSIP to Rakia in various commentsMikhail Zabaluev9-9/+9
2011-09-06Use the utility function rakia_version_string() for User-Agent valueMikhail Zabaluev2-2/+3
Turn it into "Telepathy-Rakia/<package version>".
2011-09-05Log more stuff using per-session and per-stream convenience formattingMikhail Zabaluev2-44/+40
2011-09-05Fixed up session state formattingMikhail Zabaluev1-2/+2
2011-09-05Merge branch 'master' into debug-liteMikhail Zabaluev15-322/+722
2011-08-25Exercise StartTones and StopTones in testsMikhail Zabaluev1-1/+26
2011-08-25Check the argument of StoppedTonesMikhail Zabaluev1-2/+2
2011-08-24Make sure codecs are properly intersected in the outgoing call testMikhail Zabaluev1-3/+5
It works regardless, but the session state turns out wrong internally. Also simulate stream being connected only after the intersection.
2011-08-24Exercise DTMF.MultipleTones in test, complete with deferred tonesMikhail Zabaluev1-10/+91
2011-08-24Test that initial tones are signalled as playing upon call establishmentMikhail Zabaluev1-2/+19
2011-08-24Factored the MediaSignalling audio session mockup into a voip_test utilityMikhail Zabaluev2-18/+31
2011-08-24Add a test for DTMF InitialTones propertyMikhail Zabaluev4-3/+45
2011-08-24Set channel property DTMF.InitialTones in channel requestsMikhail Zabaluev1-23/+19
Also advertise and support it in the requestable channel classes.
2011-08-24Play initial DTMF tones when the channel's audio stream is connectedMikhail Zabaluev2-4/+49
2011-08-24Lightweight access to the private structure of RakiaMediaSessionMikhail Zabaluev2-5/+8
2011-08-24Updated Channel.Interface.DTMF with recent spec additionsMikhail Zabaluev4-63/+261
2011-06-16Correct namespacing for a generated enum typeMikhail Zabaluev2-2/+2
2011-06-15fix typo so distcheck passes againDavid Laban1-1/+1
2011-06-15Restore TPSIP_* environment variables' functionalityDavid Laban2-3/+8
If RAKIA_* environment variables exist then we prefer them.
2011-06-15s/TPSIP/RAKIA/gDavid Laban40-651/+651
How did we fail to spot this during 'Rename project to telepathy-rakia' (8dcddb61752cfa140df30c94b54bd02684419323)? That's embarassing. Also, fix whitespace in README
2011-06-14Nano version 0.6.8.1Mikhail Zabaluev1-1/+1
2011-06-14Version 0.6.8telepathy-sofiasip-0.6.8Mikhail Zabaluev2-2/+12
2011-06-14Merge branch 'codec-updates' into trunkMikhail Zabaluev3-218/+185
2011-06-07Corrected a doc commentMikhail Zabaluev1-1/+1
2011-06-07Refactor handling of local codec information to avoid excessive re-INVITEsMikhail Zabaluev3-223/+191
This change also removes non-intersecting codecs from SDP negotiations (fd.o #30434). Branches for some freak cases was removed, as they have not been seen occurring in the wild.
2011-05-31fix whitespaceDavid Laban2-7/+7
2011-05-31make --disable-debug work (distcheck passes)David Laban4-10/+13
2011-05-31Merge remote-tracking branch 'zabaluev/debug-lite' into test-debugDavid Laban12-211/+186
Conflicts: rakia/debug.c rakia/debug.h rakia/media-session.c rakia/media-session.h rakia/media-stream.c
2011-05-31Don't skip the test if debugging is disabledDavid Laban1-6/+4
2011-05-31Add test-debug.pyDavid Laban4-2/+84
Copied from gabble. This also requires a config.py in BUILT_SOURCES
2011-05-31Copy distcheck flags from gabbleDavid Laban1-0/+2
2011-05-30fix typo so distcheck passes againDavid Laban1-1/+1
2011-05-30Restore TPSIP_* environment variables' functionalityDavid Laban2-3/+8
If RAKIA_* environment variables exist then we prefer them.
2011-05-30s/TPSIP/RAKIA/gDavid Laban40-655/+655
How did we fail to spot this during 'Rename project to telepathy-rakia' (8dcddb61752cfa140df30c94b54bd02684419323)? That's embarassing. Also, fix whitespace in README
2011-05-30Use module-correct APIs to get the GSource from the sofia rootMikhail Zabaluev1-2/+2
2011-05-27Nano version 0.6.7.1Mikhail Zabaluev1-1/+1
2011-05-26Merge branch 'iphb-system-sync' into masterMikhail Zabaluev3-29/+53
Conflicts: src/sip-connection-helpers.c
2011-05-23Version 0.6.7telepathy-sofiasip-0.6.7Mikhail Zabaluev2-2/+26
2011-05-23Merge branch 'iphb-system-sync' into telepathy-sofiasip-0.6Marco Barisione3-29/+53
Reviewed-by: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
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