aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-call-factory.c
Commit message (Expand)AuthorAgeFilesLines
* remove unused tp-contact-factory includesGuillaume Desmottes2012-05-151-1/+0
* Use TP_ERROR instead of TP_ERRORSGuillaume Desmottes2012-05-071-1/+1
* add missing config.h includesGuillaume Desmottes2012-03-071-0/+1
* 'ice-udp' capability is now 'ice' in Call1Guillaume Desmottes2012-03-061-1/+1
* advertise Call1 audio/video capabilitiesGuillaume Desmottes2012-03-061-0/+2
* call-factory: set Call1 capabilitiesGuillaume Desmottes2012-03-061-4/+4
* Remove tp-yell and use TpCallChannelXavier Claessens2012-01-101-86/+26
* Use g_cclosure_marshal_generic for all signalsXavier Claessens2011-09-281-3/+2
* Make EmpathyCallFactory an approverEmilio Pozuelo Monfort2011-09-081-0/+98
* CallFactory: make it a TpBaseClient subclassEmilio Pozuelo Monfort2011-09-081-70/+36
* Port to new tp-glib client factoryGuillaume Desmottes2011-08-181-18/+4
* Remove empathy_call_factory_new_call_with_streamsEmilio Pozuelo Monfort2011-06-091-52/+0
* Wait for the channel to be ready before handling itSjoerd Simons2011-06-091-8/+43
* Correct Call channel refcountingSjoerd Simons2011-06-091-4/+1
* coding style triviaSjoerd Simons2011-06-091-3/+6
* Add TargetContact property that's guaranteed to exist on CallHandlerSjoerd Simons2011-06-091-6/+28
* Don't require EmpathyContacts to start a callEmilio Pozuelo Monfort2011-06-091-1/+2
* Move empathy_call_* util functions to libempathy-gtkEmilio Pozuelo Monfort2011-06-091-0/+2
* Use the new empathy_call_create_call_request thoroughlyEmilio Pozuelo Monfort2011-06-091-19/+1
* Use EMPATHY_CALL_BUS_NAME_SUFFIX instead of the literalEmilio Pozuelo Monfort2011-06-091-1/+2
* Add an EmpathyCallFactory classEmilio Pozuelo Monfort2011-06-081-0/+331