aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-call-handler.c
Commit message (Collapse)AuthorAgeFilesLines
* remove useless includeGuillaume Desmottes2009-04-291-1/+0
|
* call-handler: get the contact from the TpCall if it has not been defined ↵Guillaume Desmottes2009-04-291-0/+13
| | | | during construction
* call-handler: contact and tp-call properties are construct onlyGuillaume Desmottes2009-04-291-2/+2
|
* Port EmpathyCallHandler to new APIXavier Claessens2009-04-221-30/+20
|
* Do not assert if the CM does not support RequestableChannelClassesXavier Claessens2009-03-201-2/+2
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2728
* Forward resource requestsSjoerd Simons2009-03-091-1/+17
| | | | | | From: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2638
* Hardcode some a default codec preferencesSjoerd Simons2009-03-041-0/+52
| | | | | | | | | | | | | | | | | For video use H264 over Theora as it's better quality and there is no reason to prefer a free codec if people already have the patented bits installed anyway. Also prefer H263 as it's reasonable and it works around our H263-1998 negotiation being slightly broken because of gstreamer :( For audio prefer speex wideband over speex smallband and all other audio codecs. And in general disable various codecs that are not really suitable for use in conferencing. From: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2567
* Let the UI call the handler for bus messagesSjoerd Simons2009-03-041-35/+5
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2563
* Wait for handle instead of id before request a channelSjoerd Simons2009-02-171-1/+1
| | | | | | | | | This fixes calling from the new converstaion dialog to new contacts. As they start of with an id right away but have no handle yet. Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2480
* Signal closed from the call-handlerSjoerd Simons2009-02-171-0/+17
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2478
* Cleanup for GObject related functions in EmpathyCallFactory and ↵Cosimo Cecchi2009-02-051-59/+49
| | | | | | | | EmpathyCallHandler. From: Cosimo Cecchi <cosimo.cecchi@collabora.co.uk> svn path=/trunk/; revision=2426
* Also unref the tf channelSjoerd Simons2009-02-031-1/+7
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2401
* Remove dead codeSjoerd Simons2009-02-031-2/+0
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2400
* Close ongoing calls at dispose timeSjoerd Simons2009-02-031-2/+4
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2396
* Add ability to start a call for an incoming channelSjoerd Simons2009-02-031-14/+34
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2395
* Move the TpFarsight code from TpCall to CallHandlerSjoerd Simons2009-02-031-19/+300
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2387
* Add Stub call factor and call handler objectsSjoerd Simons2009-02-031-0/+115
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2381