summaryrefslogtreecommitdiff
path: root/src/jingle-content.c
Commit message (Expand)AuthorAgeFilesLines
* Jingle*: (mostly) de-Loudmouth-ifyWill Thompson2012-01-261-10/+8
* Merge branch 'master' into BYE-BYE-LOUDMOUTHWill Thompson2012-01-261-1/+15
|\
| * JingleContent: work around GMail omitting content creatorsWill Thompson2011-06-161-1/+15
* | Remove GabbleXmppError.Will Thompson2011-05-031-1/+2
* | Remove three redundant node functions from util.[ch]Will Thompson2011-05-021-8/+8
* | stop using LmMessageNode wrapperJonny Lamb2011-05-021-54/+54
|/
* Improve debugging informationSjoerd Simons2011-01-171-1/+4
* Merge branch 'master' into call-base-classesSjoerd Simons2011-01-111-3/+30
|\
| * TpChannelGroupChangeReason-sectomy in GabbleJingleSession.Eitan Isaacson2010-12-101-45/+2
| * Make jingle reasons a first-class enumEitan Isaacson2010-12-101-9/+54
| * Send content-reject when codec negotiation fails.Eitan Isaacson2010-12-101-3/+28
* | Add TpMediaStreamType<->JingleMediaType conversion functionsWill Thompson2011-01-111-0/+28
|/
* Replace all JingleSessionState with JingleStateSimon McVittie2010-08-111-3/+3
* The info message isn't gtalk4 specific, we can receive it in gtalk3 dialect tooYouness Alaoui2010-04-121-2/+2
* Remove the requires_initiate_before_candidates and check for MEDIA_RTP insteadYouness Alaoui2010-03-301-4/+3
* Remove JINGLE_MEDIA_TYPE_FILE and make jingle-share use a JINGLE_MEDIA_TYPE_N...Youness Alaoui2010-03-301-3/+4
* Add a 'requires_initiate_before_candidates' variable to the JinleContent classYouness Alaoui2010-03-301-5/+4
* Add a get_default_senders virtual method to jingle-content and remove the spe...Youness Alaoui2010-03-301-19/+28
* Rename 'channel' into 'share_channel' for the jingle content/google-transportYouness Alaoui2010-03-301-13/+13
* component/channel id is a uint, so make it constant everywhereYouness Alaoui2010-03-301-2/+2
* Replace == FALSE/TRUE conditionals for booleans by if (b) or if (!b)Youness Alaoui2010-03-301-1/+1
* some more code cleaningYouness Alaoui2010-03-301-6/+8
* Add a way to send a complete info actionYouness Alaoui2010-03-301-1/+19
* Add a 'completed' signal to the content and handle the complete info actionYouness Alaoui2010-03-301-1/+12
* The content is ready without local candidates for file sharing because channe...Youness Alaoui2010-03-301-5/+7
* Make jingle content send a signal with the channel id as an int, and add a cr...Youness Alaoui2010-03-301-15/+54
* content now sets a unique component per channel, and sends a signal to notify...Youness Alaoui2010-03-301-1/+19
* properly report the direction as 'initiator' for the file transfersYouness Alaoui2010-03-301-2/+14
* there is no transport in the accept, so we don't want it to go into gtalkv3 d...Youness Alaoui2010-03-301-1/+4
* Add support for the 'info' jingle action, and make it check for new jingle ch...Youness Alaoui2010-03-301-0/+33
* Add a way to notify the content that the transport has been created and use t...Youness Alaoui2010-03-301-0/+15
* Jingle: remove unused SET_FOO macros, and unused varargs capabilitiesSimon McVittie2010-02-221-3/+1
* Don't send a content-modify message if the content hasn't been sent yet.Mike Ruprecht2010-01-201-4/+7
* Merge branch 'new-media-spec'Sjoerd Simons2009-12-291-2/+91
|\
| * Even if the protocol doesn't have a concept of senders keep our internal stat...Sjoerd Simons2009-12-241-2/+6
| * Add a utility function to change the direction to sending from out sideSjoerd Simons2009-12-241-0/+37
| * Add functions to see if the direction is sending or receiving from our povSjoerd Simons2009-12-241-0/+37
| * Short-circuit adding no candidatesSjoerd Simons2009-12-071-0/+3
| * Make it possible to retrieve our local candidatesSjoerd Simons2009-12-071-0/+8
* | plug various leaksDafydd Harries2009-12-181-1/+5
|/
* Parse transport node on accept to get candidatesSjoerd Simons2009-09-231-0/+6
* gabble_jingle_content_parse_add: clarify behaviour of libjingle 0.3 modeSimon McVittie2009-08-201-0/+8
* Remove vestigial references to timer_idWill Thompson2009-08-051-20/+0
* remove timeouts from Jingle session initiation and content addingDafydd Harries2009-08-051-18/+0
* Let the transport decide if it's ready to acceptWill Thompson2009-06-271-9/+3
* Update Jingle{Content,Session} to new Transport APIWill Thompson2009-06-271-21/+22
* Don't include <transport/> in description-infoWill Thompson2009-06-271-1/+1
* JingleContent: wait with content readiness until we have local candidatesSenko Rasic2009-06-271-11/+29
* JingleContent: rename transport_ready to transport_connectedSenko Rasic2009-06-271-4/+7
* JingleTransportIface: rename add_candidates() to more descriptive new_local_c...Senko Rasic2009-06-271-1/+1