summaryrefslogtreecommitdiff
path: root/src/call-channel.c
Commit message (Expand)AuthorAgeFilesLines
* Replace tp-yell with tp-glib's Call1 APIXavier Claessens2012-01-111-59/+38
* Remove left-over debug codeSjoerd Simons2011-01-181-2/+0
* Use Update Yell apis and TpyBaseCallChannelSjoerd Simons2011-01-161-33/+40
* Use base-classes from telepathy-yellSjoerd Simons2011-01-121-3/+3
* use telepathy-yell generated codeJonny Lamb2011-01-111-11/+12
* Correctly namespace [gabble_]base_call_channel_remove_content()Will Thompson2011-01-111-1/+1
* Port GabbleBaseCallChannel to TpBaseChannelWill Thompson2011-01-111-19/+32
* Extract a base class from GabbleCallContentWill Thompson2011-01-111-1/+3
* call-channel: implement Initial{Audio,Video}NameJonny Lamb2010-10-191-2/+10
* call-channel: the ContentAdded signal lost its second argumentJonny Lamb2010-10-191-2/+1
* various Call classes: use tp_clear_object, tp_clear_pointerSimon McVittie2010-09-211-3/+1
* Don't leak Call channels when waiting for caps.Will Thompson2010-08-241-2/+4
* Replace all JingleSessionState with JingleStateSimon McVittie2010-08-111-3/+3
* Call channel is assume to keep a ref to the internal sessionSjoerd Simons2010-04-291-1/+1
* Make the user adding content in a call a virtual functionSjoerd Simons2010-04-231-0/+32
* Add some debugging if we don't understand the media typesSjoerd Simons2010-04-051-1/+2
* Merge remote branch 'upstream/master' into muc-callsSjoerd Simons2010-04-011-0/+4
|\
| * Fix refcounting of the JingleSessionSjoerd Simons2010-03-261-0/+6
* | Wait for capabilities before completely initializing a call.Mike Ruprecht2010-02-181-14/+142
* | Remove CallContent when CallMemberContent is removed.Mike Ruprecht2010-02-181-0/+24
* | CallChannel: Handle additional contents added by the remote side.Mike Ruprecht2010-02-181-0/+35
* | Use a virtual function for the actual acceptance of callsSjoerd Simons2010-02-181-0/+10
* | Purely use CallMemberContents instead of JingleContentsSjoerd Simons2010-02-181-8/+14
* | Start using seperate CallMember objectsSjoerd Simons2010-02-181-32/+127
* | Make the handle type a class variableSjoerd Simons2010-02-181-0/+4
* | Split a BaseCallChannel out of CallChannelSjoerd Simons2010-02-181-945/+20
|/
* Merge remote branch 'maiku/replace-codecoffers'Sjoerd Simons2010-01-221-1/+1
|\
| * Add a _deinit function to CallContent.Mike Ruprecht2010-01-201-1/+1
* | Merge remote branch 'maiku/handle-new-content'Sjoerd Simons2010-01-221-0/+28
|\ \
| * | In Accept(), set sending state from Pending to Sending automatically.Mike Ruprecht2010-01-201-0/+2
| * | Handle when the remote end adds a content to the session.Mike Ruprecht2010-01-201-0/+26
| |/
* | Add debug messages for unexpected events in Accept().Mike Ruprecht2010-01-201-0/+3
* | Set the Ringing_Locally flag when Ringing is called.Mike Ruprecht2010-01-201-2/+29
* | Ensure Accept isn't called in an invalid state.Mike Ruprecht2010-01-201-0/+16
* | Return an error if AddContent is called on an ended Call.Mike Ruprecht2010-01-201-0/+8
|/
* Represent bare jids as resource = NULL, not resource = ""Simon McVittie2010-01-061-5/+3
* GabbleCallChannel, GabbleMediaChannel: improve debug for existing sessionsSimon McVittie2010-01-051-2/+9
* Free all data in finalizeSjoerd Simons2009-12-241-10/+3
* Implement of CallMembersSjoerd Simons2009-12-241-0/+56
* Correctly implement mutable contentsSjoerd Simons2009-12-241-2/+2
* Add a name argument to the jingle sessionSjoerd Simons2009-12-241-1/+1
* Implement Name, Disposition and Creator properties on Call Content objectsSjoerd Simons2009-12-241-4/+15
* Implement the AddContent methodSjoerd Simons2009-12-241-0/+42
* Use the first transport of an incoming stream as the default transportSjoerd Simons2009-12-241-0/+5
* Make call_channel_create_content return the object path or an errorSjoerd Simons2009-12-241-7/+19
* Simple implementation of HangupSjoerd Simons2009-12-241-0/+24
* Implement CallStateSjoerd Simons2009-12-241-0/+64
* Get all call state properties directly from private fieldsSjoerd Simons2009-12-241-19/+27
* Implement dummy versions of various propertiesSjoerd Simons2009-12-241-0/+63
* Implement the HardwareStreaming propertySjoerd Simons2009-12-241-0/+12