summaryrefslogtreecommitdiff
path: root/libempathy/empathy-call-factory.c
Commit message (Expand)AuthorAgeFilesLines
* EmpathyCallFactory -> EmpathyStreamedMediaFactoryEmilio Pozuelo Monfort2011-02-101-342/+0
* ::new-call-handler -> ::new-streamed-media-handlerEmilio Pozuelo Monfort2011-02-091-1/+1
* EmpathyCallHandler -> EmpathyStreamedMediaHandlerEmilio Pozuelo Monfort2011-02-031-6/+6
* EmpathyTpCall -> EmpathyTpStreamedMediaEmilio Pozuelo Monfort2011-02-031-7/+7
* tp-call: add account propertyGuillaume Desmottes2010-08-121-1/+1
* empathy_call_factory_new_call_with_streams: don't leak the hash tableGuillaume Desmottes2010-08-111-0/+1
* call-factory: use TpAccountChannelRequest to request the media channelGuillaume Desmottes2010-08-111-6/+27
* empathy_call_factory_new_call_with_streams: remove callback argGuillaume Desmottes2010-08-111-2/+1
* factor out empathy_call_factory_create_requestGuillaume Desmottes2010-08-111-11/+20
* call-factory: don't leak the handlerGuillaume Desmottes2010-08-111-1/+1
* Claim that we support H264Guillaume Desmottes2010-06-291-0/+1
* add empathy_call_factory_registerGuillaume Desmottes2010-06-291-6/+9
* empathy_call_factory_new_call_with_streams: no need to pass a EmpathyCallFactoryGuillaume Desmottes2010-06-291-2/+1
* empathy_call_factory_new_call_with_streams: request channel using the CDGuillaume Desmottes2010-06-221-14/+27
* remove empathy_call_factory_new_callGuillaume Desmottes2010-06-221-15/+0
* call-factory: use TpSimpleHandler to handle incoming calls (#622368)Guillaume Desmottes2010-06-221-10/+120
* document empathy_call_factory_new_call and empathy_call_factory_new_call_with...Guillaume Desmottes2009-05-181-0/+16
* Allow the call factory to create calls with specific types of mediaSjoerd Simons2009-05-181-3/+14
* empathy-call-factory: fix coding styleGuillaume Desmottes2009-05-181-1/+1
* Fix type punned pointers warningsOlivier CrĂȘte2009-02-111-1/+1
* Cleanup for GObject related functions in EmpathyCallFactory and EmpathyCallHa...Cosimo Cecchi2009-02-041-44/+35
* Don't return the handler, so we can unref it after signallingSjoerd Simons2009-02-031-8/+8
* Add Stub call factor and call handler objectsSjoerd Simons2009-02-031-0/+183