summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-08-12test: add 2 second mainloop timeout to allow clearing buffersHEADringJonny Lamb1-1/+2
2013-08-12echo-call: set ReceivingAudio=True if a hardware call goes to activeJonny Lamb1-0/+3
2013-08-12echo-call: only create a TfChannel if we're not using HardwareStreamingJonny Lamb1-1/+5
2013-07-30split phoenix-test into phoenix-test-text and -callJonny Lamb8-100/+163
2013-07-30gitignore: updated for ~ filesJonny Lamb1-0/+1
2013-07-29phoenix-test: unify coding styleJonny Lamb1-158/+166
There were 3 or 4 styles previously. This just makes it a bit more consistent. Other than style, no code changes here.
2013-07-25phoenix-test: remove useless error lineJonny Lamb1-1/+0
It's the same as the line above.
2013-07-25phoenix-test: send a message to the contact if we don't have caps for CallsJonny Lamb1-19/+47
2013-07-25phoenix-test: cope with not having the contact list interfaceJonny Lamb1-13/+23
2013-07-25phoenix-test: disconnect notify::connection from account upon starting testJonny Lamb1-6/+3
This script is fire once so once we have the connection we won't care about any further connections. This also removes failures later on when the connection disappears on disconnection.
2013-07-25util: don't try and save a non-existent passwordJonny Lamb1-7/+8
2013-07-25phoenix-test: don't require settings when calling scriptJonny Lamb1-2/+2
Also fix up the usage string so it makes sense.
2013-07-25util: add show_messages function to print dbus-monitor outputJonny Lamb1-0/+14
2013-07-19Depend on farstream-0.2masterRodrigo Moya1-1/+1
2013-07-19Use gstreamer-1.0Rodrigo Moya2-4/+4
2012-09-26Explicitely link on GStreamerGuillaume Desmottes2-2/+11
We are using GStreamer API.
2012-09-26Explicitely link on FarstreamGuillaume Desmottes2-2/+8
We are using Farstream API.
2012-09-26configure.ac: fix commentGuillaume Desmottes1-1/+1
We are actually checking for telepathy-farstream
2012-09-10post-release bumpSjoerd Simons2-1/+4
2012-09-10Fix phoenix.in spacingtelepathy-phoenix-0.0.1Sjoerd Simons1-1/+1
2012-09-10NEWS fileSjoerd Simons1-1/+5
2012-09-10Add telepathy release tools & snippitsSjoerd Simons5-1/+173
2012-09-10Add a basic READMESjoerd Simons1-1/+13
2012-09-07Remove GNOME_KEYRING_CONTROL from the environmentSjoerd Simons3-3/+14
2012-09-07Add phoenix-test to .gitignoreSjoerd Simons1-0/+1
2012-09-07Also generate wrappers for running in uninstalled modeSjoerd Simons3-5/+19
2012-09-07Remove an unnecessary directory in the data hierachySjoerd Simons12-61/+60
2012-09-07Fix make distSjoerd Simons2-6/+13
2012-09-07Add installable wrappers for phoenix & phoenix-testSjoerd Simons4-1/+26
2012-09-07Update .gitignoreSjoerd Simons1-2/+2
2012-09-07Make client & service files installableSjoerd Simons11-29/+50
2012-09-07Rename approver and text echoer to be prefix with phoenix-Sjoerd Simons4-2/+2
2012-09-07Add a test which calls a running echo botSjoerd Simons1-0/+304
2012-09-07Add the ability to be nice and quietSjoerd Simons1-20/+25
2012-09-07Make the phoenix script executableSjoerd Simons1-0/+0
2012-09-04Add a small dbus interface with the current status of callsSjoerd Simons6-6/+2257
2012-08-30Add .pyc files to .gitignoreSjoerd Simons1-0/+1
2012-08-30Add a test-input mode which can be enabled by channel request hintsSjoerd Simons1-9/+161
2012-08-30Add utilities to add an accountSjoerd Simons1-0/+22
2012-08-30Fix typo in the XDG_DATA_DIRS defaultSjoerd Simons1-1/+1
2012-08-30Watch the stdout of the dbus daemonSjoerd Simons1-0/+19
When application launch by dbus spew to their standout they can get blocked if stdout is a pipe that's not actually read.. Also this allows debugging of subprocesses to come through
2012-08-28echo-call: Implement actual media echoingGeorge Kiagiadakis1-301/+47
2012-08-28Dont uniquefy dbus name for things that get autolaunchedSjoerd Simons1-1/+1
2012-08-28EchoCall service is for Phoenix.EchoCall.. oopsSjoerd Simons1-1/+1
2012-08-28Remove the code to dump the call pipelineSjoerd Simons1-15/+0
2012-08-28Don't quite after ending one channelSjoerd Simons1-2/+0
2012-08-28Close the channel if the call has endedSjoerd Simons1-5/+13
2012-08-28Accept calls only in the right statesSjoerd Simons1-8/+32
2012-08-28Add binaries and objects files to gitignoreSjoerd Simons1-0/+4
2012-08-28Add call responderSjoerd Simons5-1/+680