summaryrefslogtreecommitdiff
path: root/src/call-channel.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-13TpHandleType has been renamed to TpEntityTypeGuillaume Desmottes1-2/+2
2013-01-16Update Wocky snapshot for wocky.h with Jingle headersWill Thompson1-1/+1
2012-12-11Rename most of GabbleJingle* to WockyJingle*Will Thompson1-40/+40
2012-05-30Use meta-headers for everythingSimon McVittie1-7/+2
2012-05-17configure: ignore post 0.18 deprecations so we can build against tp-glib masterJonny Lamb1-0/+1
2012-05-07Use TP_ERROR instead of deprecated TP_ERRORSSimon McVittie1-3/+3
2012-02-23Split Telepathy<->Jingle enum mapping out of Jingle codeWill Thompson1-0/+1
2012-02-16Add a direction parameter to AddContentOlivier Crête1-1/+30
2012-01-25call: Connect signals in sync constructorNicolas Dufresne1-0/+10
2012-01-25call: Add trace on jingle session terminateNicolas Dufresne1-1/+5
2012-01-20Add the other reason from Jingle to the Call channel terminationOlivier Crête1-1/+20
2012-01-12call-channel: Fix build warningXavier Claessens1-1/+1
2012-01-11Fix reason when a call is rejectedNicolas Dufresne1-4/+5
2012-01-11Set the Call termination reasonOlivier Crête1-11/+77
2012-01-11Implement local hold for CallOlivier Crête1-0/+27
2012-01-11Update to correctly set the local and remote sending statesOlivier Crête1-3/+2
2012-01-11Port to BaseMediaCallChannelOlivier Crête1-3/+6
2012-01-11Replace tp-yell with tp-glib's Call1 APIXavier Claessens1-59/+38
2011-01-18Remove left-over debug codeSjoerd Simons1-2/+0
2011-01-16Use Update Yell apis and TpyBaseCallChannelSjoerd Simons1-33/+40
2011-01-12Use base-classes from telepathy-yellSjoerd Simons1-3/+3
2011-01-11use telepathy-yell generated codeJonny Lamb1-11/+12
2011-01-11Correctly namespace [gabble_]base_call_channel_remove_content()Will Thompson1-1/+1
2011-01-11Port GabbleBaseCallChannel to TpBaseChannelWill Thompson1-19/+32
2011-01-11Extract a base class from GabbleCallContentWill Thompson1-1/+3
2010-10-19call-channel: implement Initial{Audio,Video}NameJonny Lamb1-2/+10
2010-10-19call-channel: the ContentAdded signal lost its second argumentJonny Lamb1-2/+1
2010-09-21various Call classes: use tp_clear_object, tp_clear_pointerSimon McVittie1-3/+1
2010-08-24Don't leak Call channels when waiting for caps.Will Thompson1-2/+4
2010-08-11Replace all JingleSessionState with JingleStateSimon McVittie1-3/+3
2010-04-29Call channel is assume to keep a ref to the internal sessionSjoerd Simons1-1/+1
2010-04-23Make the user adding content in a call a virtual functionSjoerd Simons1-0/+32
2010-04-05Add some debugging if we don't understand the media typesSjoerd Simons1-1/+2
2010-04-01Merge remote branch 'upstream/master' into muc-callsSjoerd Simons1-0/+4
2010-03-26Fix refcounting of the JingleSessionSjoerd Simons1-0/+6
2010-02-18Wait for capabilities before completely initializing a call.Mike Ruprecht1-14/+142
2010-02-18Remove CallContent when CallMemberContent is removed.Mike Ruprecht1-0/+24
2010-02-18CallChannel: Handle additional contents added by the remote side.Mike Ruprecht1-0/+35
2010-02-18Use a virtual function for the actual acceptance of callsSjoerd Simons1-0/+10
2010-02-18Purely use CallMemberContents instead of JingleContentsSjoerd Simons1-8/+14
2010-02-18Start using seperate CallMember objectsSjoerd Simons1-32/+127
2010-02-18Make the handle type a class variableSjoerd Simons1-0/+4
2010-02-18Split a BaseCallChannel out of CallChannelSjoerd Simons1-945/+20
2010-01-22Merge remote branch 'maiku/replace-codecoffers'Sjoerd Simons1-1/+1
2010-01-22Merge remote branch 'maiku/handle-new-content'Sjoerd Simons1-0/+28
2010-01-20Add a _deinit function to CallContent.Mike Ruprecht1-1/+1
2010-01-20Add debug messages for unexpected events in Accept().Mike Ruprecht1-0/+3
2010-01-20In Accept(), set sending state from Pending to Sending automatically.Mike Ruprecht1-0/+2
2010-01-20Handle when the remote end adds a content to the session.Mike Ruprecht1-0/+26
2010-01-20Set the Ringing_Locally flag when Ringing is called.Mike Ruprecht1-2/+29