summaryrefslogtreecommitdiff
path: root/src/call-member.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-11Rename most of GabbleJingle* to WockyJingle*Will Thompson1-33/+33
2012-09-11Merge branch 'telepathy-gabble-0.16'Simon McVittie1-0/+1
2012-05-07Use TP_ERROR instead of deprecated TP_ERRORSSimon McVittie1-2/+2
2012-04-04add missing config.h includesGuillaume Desmottes1-0/+1
2012-02-23JingleSession: make _new() take a dialect.Will Thompson1-5/+3
2012-02-23Wrap JingleFactory in a new class, JingleMint.Will Thompson1-4/+11
2012-02-23JingleFactory: stop dabbling in handles.Will Thompson1-2/+2
2012-02-16Add a direction parameter to AddContentOlivier Crête1-3/+4
2012-01-11Replace tp-yell with tp-glib's Call1 APIXavier Claessens1-5/+5
2011-01-11Merge branch 'master' into call-base-classesSjoerd Simons1-1/+1
2011-01-11use telepathy-yell generated codeJonny Lamb1-5/+5
2011-01-11Port GabbleBaseCallChannel to TpBaseChannelWill Thompson1-14/+16
2010-12-10TpChannelGroupChangeReason-sectomy in GabbleJingleSession.Eitan Isaacson1-1/+1
2010-09-21various Call classes: use tp_clear_object, tp_clear_pointerSimon McVittie1-5/+2
2010-05-21Remove all contents when shutting down a memberSjoerd Simons1-0/+5
2010-04-28Fix various memory and ref leaksSjoerd Simons1-3/+5
2010-04-28Add API to shut down membersSjoerd Simons1-0/+12
2010-04-06Don't leak a jid stringSjoerd Simons1-0/+2
2010-04-06fixed some typosSjoerd Simons1-1/+1
2010-04-05remove odd spaceSjoerd Simons1-1/+1
2010-04-05Improved inclusion of headersSjoerd Simons1-0/+1
2010-04-02Add API to open a sessionSjoerd Simons1-10/+83
2010-04-02Add accessors to get the connection and the transport namespace from a memberSjoerd Simons1-0/+12
2010-04-02Add method to accept sessions of membersSjoerd Simons1-0/+14
2010-04-01Pass the jingle factory a full jid instead of the resourceSjoerd Simons1-2/+5
2010-02-18Add a content-removed signal to CallMember.Mike Ruprecht1-0/+11
2010-02-18Remove CallMemberContent on its remove signal in call-member.c.Mike Ruprecht1-0/+14
2010-02-18Refactor adding a member content into its own function.Mike Ruprecht1-10/+15
2010-02-18CallMember: Handle additional contents added by the remote side.Mike Ruprecht1-0/+21
2010-02-18Add a lot more API to properly proxy Jingle bitsSjoerd Simons1-4/+47
2010-02-18Start using seperate CallMember objectsSjoerd Simons1-0/+387