summaryrefslogtreecommitdiff
path: root/telepathy-logger/call-channel-internal.h
Commit message (Collapse)AuthorAgeFilesLines
* Stop using TplChannel interfaceXavier Claessens2012-07-041-2/+0
| | | | | | That interface is used only to prepare TplTextChannel and TplCallChannel, but they now have a CORE feature doing that job, so they can be prepared like any other proxy.
* Add TplClientFactoryXavier Claessens2012-07-041-0/+7
| | | | | It is a TpAutomaticClientFactory subclass that creates TplTextChannel and TplCallChannel instances
* TplTextChannel, TplCallChannel: Use TpProxyFeatureXavier Claessens2012-07-041-0/+4
|
* TplCallChannel, TplTextChannel: Do not take TpAccount arg in constructorXavier Claessens2012-07-041-1/+0
| | | | It can be taken from the TpConnection
* Port TplCallChannel to Call1 APINicolas Dufresne2012-03-281-2/+2
| | | | | This include a API break in the unstable Call code. Code using the unstable call log feature will need porting.
* Removed broken editor instructionNicolas Dufresne2011-03-251-1/+0
|
* Add support for TplCallChannelNicolas Dufresne2011-03-251-0/+71