summaryrefslogtreecommitdiff
path: root/src/media-channel.c
Commit message (Expand)AuthorAgeFilesLines
* Add a direction parameter to AddContentOlivier CrĂȘte2012-02-161-1/+1
* Use _unref instead of _free _destroy when possible.unrefXavier Claessens2011-11-161-12/+12
* MediaChannel: clean up setting ImmutableStreamsWill Thompson2011-06-161-3/+1
* Merge branch 'master' into call-base-classesSjoerd Simons2011-01-111-21/+395
|\
| * Style fixes.Eitan Isaacson2010-12-101-8/+12
| * Include message in StreamError.Eitan Isaacson2010-12-101-1/+1
| * Set a Telepathy DBus error when leaving group with invalid reason.Eitan Isaacson2010-12-101-0/+2
| * Map stream errors to jingle reasons and send them with session-terminate.Eitan Isaacson2010-12-101-1/+16
| * emit StreamError when session-terminate gives us a good reason.Eitan Isaacson2010-12-101-46/+91
| * TpChannelGroupChangeReason-sectomy in GabbleJingleSession.Eitan Isaacson2010-12-101-14/+54
| * Added content-rejected callback in media channel.Eitan Isaacson2010-12-101-0/+67
| * Make jingle reasons a first-class enumEitan Isaacson2010-12-101-1/+2
| * Send content-reject when codec negotiation fails.Eitan Isaacson2010-12-101-2/+6
| * Use telepathy-glib 0.13.3 for DTMF, and enable TonesDeferredSimon McVittie2010-10-281-13/+9
| * GabbleMediaChannel: add stub support for DeferredTones/TonesDeferredSimon McVittie2010-10-131-0/+34
| * GabbleDTMFPlayer: add support for pausing and deferring tonesSimon McVittie2010-10-131-3/+5
| * GabbleMediaChannel: cache whether we have at least one audio streamSimon McVittie2010-09-301-30/+27
| * GabbleMediaChannel: implement MultipleTonesSimon McVittie2010-09-301-6/+37
| * GabbleMediaChannel: use a GabbleDTMFPlayer to play tonesSimon McVittie2010-09-301-35/+32
| * GabbleMediaChannel: implement a stub form of MultipleTonesSimon McVittie2010-09-301-0/+13
| * GabbleMediaChannel: implement CurrentlySendingTones and a stub form of Initia...Simon McVittie2010-09-301-0/+33
| * GabbleMediaChannel: emit SendingTones, StoppedTonesSimon McVittie2010-09-301-0/+5
| * gabble_media_channel_start_tone: fail if a tone is already being playedSimon McVittie2010-09-301-0/+9
| * gabble_media_channel_stop_tone: ignore stream ID and stop all tonesSimon McVittie2010-09-301-10/+15
| * gabble_media_channel_start_tone: ignore stream ID as per spec 0.19.6Simon McVittie2010-09-301-9/+19
| * GabbleMediaStream: coding style nitsSimon McVittie2010-09-301-1/+1
| * Implement TP_IFACE_CHANNEL_INTERFACE_DTMFJack Bates2010-09-301-1/+65
* | use telepathy-yell generated codeJonny Lamb2011-01-111-2/+0
|/
* various: use tp_clear_object, tp_clear_pointer moreSimon McVittie2010-09-211-7/+2
* FT, Media, Calls: use the Connection's TpDBusDaemonSimon McVittie2010-09-211-3/+3
* Replace all JingleSessionState with JingleStateSimon McVittie2010-08-111-9/+9
* Make "Session has at least one Content" assertion explicitWill Thompson2010-07-161-1/+6
* Say who calls Close() on callsWill Thompson2010-06-171-2/+10
* Merge branch 'muc-calls-master'Sjoerd Simons2010-05-251-3/+7
|\
| * Pass the jingle factory a full jid instead of the resourceSjoerd Simons2010-04-011-3/+7
* | Change link -> l so as not to shadow the global function link()Danielle Madeley2010-05-241-12/+12
|/
* GabbleMediaChannel: once per call, try to decloak apparently-offline contactsSimon McVittie2010-01-111-0/+9
* GabbleMediaChannel: delay_stream_request: always subscribe to both signalsSimon McVittie2010-01-111-17/+8
* Call gabble_presence_cache_caps_pending from gabble_presence_cache_is_unsureSimon McVittie2010-01-111-9/+5
* GabbleMediaChannel: listen to GabblePresenceCache::unsure-period-endedSimon McVittie2010-01-111-7/+8
* Represent bare jids as resource = NULL, not resource = ""Simon McVittie2010-01-061-5/+4
* GabbleCallChannel, GabbleMediaChannel: improve debug for existing sessionsSimon McVittie2010-01-051-0/+5
* Wait for CALL_STATE_PENDING_RECEIVER before sending session-initiate.Mike Ruprecht2009-12-291-0/+4
* Merge branch 'new-media-spec'Sjoerd Simons2009-12-291-175/+7
|\
| * Add a name argument to the jingle sessionSjoerd Simons2009-12-241-1/+1
| * Move _pick_best_content_type to utils.cSjoerd Simons2009-12-071-37/+4
| * Move jingle resource selection to utilsSjoerd Simons2009-12-071-137/+2
* | plug various leaksDafydd Harries2009-12-181-0/+3
|/
* Add and use a canned "any audio/video" caps setWill Thompson2009-10-191-8/+6
* Don't wait for a caps if a contact's already callableWill Thompson2009-10-191-24/+24