aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-channel-factory.c
Commit message (Collapse)AuthorAgeFilesLines
* Always build telepathy-yell and handle Call channelsEmilio Pozuelo Monfort2011-06-091-5/+1
| | | | | | | | | Just keep empathy-call optional. Conflicts: libempathy-gtk/empathy-call-utils.c libempathy/empathy-channel-factory.c
* Teach EmpathyChannelFactory how to create Call channelsEmilio Pozuelo Monfort2011-06-081-0/+13
| | | | | | Conflicts: libempathy/empathy-channel-factory.c
* EmpathyTpChat: Use a READY property instead of our own ready codeGuillaume Desmottes2011-05-251-0/+3
|
* EmpathyTpChat: inherit from TpTextChannel (#650554)Guillaume Desmottes2011-05-251-1/+26
|
* add EmpathyChannelFactory (#634679)Guillaume Desmottes2011-02-101-0/+126
It just delegates everything to TpAutomaticProxyFactory for now.