summaryrefslogtreecommitdiff
path: root/src/media-channel.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-16Update Wocky snapshot for wocky.h with Jingle headersWill Thompson1-4/+2
2012-12-11Rename most of GabbleJingle* to WockyJingle*Will Thompson1-119/+119
2012-11-26jingle-info: make get_stun_server pluralWill Thompson1-8/+9
2012-09-11Stop accessing sealed tp-glib structsXavier Claessens1-6/+9
2012-05-30Use meta-headers for everythingSimon McVittie1-8/+2
2012-05-10Stop using tp_handle_ref/unrefXavier Claessens1-22/+0
2012-05-07Use non-deprecated TpIntset APIsSimon McVittie1-4/+4
2012-05-07Use TP_ERROR instead of deprecated TP_ERRORSSimon McVittie1-21/+21
2012-02-23JingleSession: make _new() take a dialect.Will Thompson1-5/+4
2012-02-23Represent Jingle relays by a struct, not an aa{sv}Will Thompson1-1/+4
2012-02-23Wrap JingleFactory in a new class, JingleMint.Will Thompson1-4/+6
2012-02-23MediaStream: add a TpDBusDaemon property.Will Thompson1-2/+3
2012-02-23Split google:jingleinfo code out from JingleFactoryWill Thompson1-6/+7
2012-02-23MediaChannel: store peer's handle.Will Thompson1-38/+29
2012-02-23MediaChannel: use gabble_jingle_session_get_peer_handle()Will Thompson1-20/+7
2012-02-23JingleFactory: stop dabbling in handles.Will Thompson1-3/+2
2012-02-23JingleSession: move TpHandle peer to private structureWill Thompson1-3/+3
2012-02-16Add a direction parameter to AddContentOlivier Crête1-1/+1
2011-11-16Use _unref instead of _free _destroy when possible.unrefXavier Claessens1-12/+12
2011-06-16MediaChannel: clean up setting ImmutableStreamsWill Thompson1-3/+1
2011-01-11Merge branch 'master' into call-base-classesSjoerd Simons1-21/+395
2011-01-11use telepathy-yell generated codeJonny Lamb1-2/+0
2010-12-10Style fixes.Eitan Isaacson1-8/+12
2010-12-10Include message in StreamError.Eitan Isaacson1-1/+1
2010-12-10Set a Telepathy DBus error when leaving group with invalid reason.Eitan Isaacson1-0/+2
2010-12-10Map stream errors to jingle reasons and send them with session-terminate.Eitan Isaacson1-1/+16
2010-12-10emit StreamError when session-terminate gives us a good reason.Eitan Isaacson1-46/+91
2010-12-10TpChannelGroupChangeReason-sectomy in GabbleJingleSession.Eitan Isaacson1-14/+54
2010-12-10Added content-rejected callback in media channel.Eitan Isaacson1-0/+67
2010-12-10Make jingle reasons a first-class enumEitan Isaacson1-1/+2
2010-12-10Send content-reject when codec negotiation fails.Eitan Isaacson1-2/+6
2010-10-28Use telepathy-glib 0.13.3 for DTMF, and enable TonesDeferredSimon McVittie1-13/+9
2010-10-13GabbleMediaChannel: add stub support for DeferredTones/TonesDeferredSimon McVittie1-0/+34
2010-10-13GabbleDTMFPlayer: add support for pausing and deferring tonesSimon McVittie1-3/+5
2010-09-30GabbleMediaChannel: cache whether we have at least one audio streamSimon McVittie1-30/+27
2010-09-30GabbleMediaChannel: implement MultipleTonesSimon McVittie1-6/+37
2010-09-30GabbleMediaChannel: use a GabbleDTMFPlayer to play tonesSimon McVittie1-35/+32
2010-09-30GabbleMediaChannel: implement a stub form of MultipleTonesSimon McVittie1-0/+13
2010-09-30GabbleMediaChannel: implement CurrentlySendingTones and a stub form of Initia...Simon McVittie1-0/+33
2010-09-30GabbleMediaChannel: emit SendingTones, StoppedTonesSimon McVittie1-0/+5
2010-09-30gabble_media_channel_start_tone: fail if a tone is already being playedSimon McVittie1-0/+9
2010-09-30gabble_media_channel_stop_tone: ignore stream ID and stop all tonesSimon McVittie1-10/+15
2010-09-30gabble_media_channel_start_tone: ignore stream ID as per spec 0.19.6Simon McVittie1-9/+19
2010-09-30GabbleMediaStream: coding style nitsSimon McVittie1-1/+1
2010-09-30Implement TP_IFACE_CHANNEL_INTERFACE_DTMFJack Bates1-1/+65
2010-09-21various: use tp_clear_object, tp_clear_pointer moreSimon McVittie1-7/+2
2010-09-21FT, Media, Calls: use the Connection's TpDBusDaemonSimon McVittie1-3/+3
2010-08-11Replace all JingleSessionState with JingleStateSimon McVittie1-9/+9
2010-07-16Make "Session has at least one Content" assertion explicitWill Thompson1-1/+6
2010-06-17Say who calls Close() on callsWill Thompson1-2/+10