summaryrefslogtreecommitdiff
path: root/src/jingle-content.h
AgeCommit message (Expand)AuthorFilesLines
2011-02-01JingleCandidate store int rather than double.David Laban1-1/+1
2011-01-11Merge branch 'master' into call-base-classesSjoerd Simons1-0/+3
2011-01-11Add TpMediaStreamType<->JingleMediaType conversion functionsWill Thompson1-0/+3
2010-12-10Make jingle reasons a first-class enumEitan Isaacson1-1/+2
2010-12-10Send content-reject when codec negotiation fails.Eitan Isaacson1-0/+2
2010-03-30Remove the requires_initiate_before_candidates and check for MEDIA_RTP insteadYouness Alaoui1-1/+0
2010-03-30Remove JINGLE_MEDIA_TYPE_FILE and make jingle-share use a JINGLE_MEDIA_TYPE_N...Youness Alaoui1-1/+0
2010-03-30Add a 'requires_initiate_before_candidates' variable to the JinleContent classYouness Alaoui1-0/+1
2010-03-30Add a get_default_senders virtual method to jingle-content and remove the spe...Youness Alaoui1-0/+1
2010-03-30Rename 'channel' into 'share_channel' for the jingle content/google-transportYouness Alaoui1-1/+1
2010-03-30Add a way to send a complete info actionYouness Alaoui1-0/+2
2010-03-30Make jingle content send a signal with the channel id as an int, and add a cr...Youness Alaoui1-0/+2
2010-03-30Add support for the 'info' jingle action, and make it check for new jingle ch...Youness Alaoui1-0/+2
2010-03-30Add a way to notify the content that the transport has been created and use t...Youness Alaoui1-0/+2
2010-03-30Adding a test jingle-share content typeYouness Alaoui1-1/+2
2009-12-24Add a utility function to change the direction to sending from out sideSjoerd Simons1-0/+3
2009-12-24Add functions to see if the direction is sending or receiving from our povSjoerd Simons1-0/+3
2009-12-07Make it possible to retrieve our local candidatesSjoerd Simons1-0/+1
2009-06-27Update Jingle{Content,Session} to new Transport APIWill Thompson1-0/+2
2009-06-27JingleCandidate struct: added "id" fieldSenko Rasic1-3/+5
2009-06-27JingleContent: added *_get_transport_type() methodSenko Rasic1-0/+1
2009-06-23Don't leak transport namespace when adding streamsWill Thompson1-0/+1
2009-06-23Reduce spurious transport-infosWill Thompson1-1/+2
2009-06-23Remove duplicated <content>-generation code.Will Thompson1-1/+4
2009-06-11Don't leak content name and namespaceWill Thompson1-0/+1
2009-06-11Don't leak a copy of contents' dispositionWill Thompson1-0/+1
2009-06-11Add _content_creator_is_initiator()Will Thompson1-0/+1
2009-05-21Delete old per-RTP-content state code.Will Thompson1-12/+0
2009-05-11Only send codec information and description updates if we're really readySjoerd Simons1-0/+2
2009-04-02Add gabble_jingle_content_get_nameWill Thompson1-0/+2
2009-04-02Add a hook for JingleContents to handle session-info payloadsWill Thompson1-0/+12
2009-03-02Jingle: handle incoming description-infoSenko Rasic1-0/+2
2009-02-25GabbleJingleContent: remove unused member 'factory'Simon McVittie1-1/+0
2008-11-14support component numbering in jingle transports (still ignore everything exc...Senko Rasic1-0/+1
2008-11-14GabbleMediaStream: use SetSupportedCodecs when we're stream responderSenko Rasic1-0/+1
2008-11-05GabbleJingleSession: retransmit candidates if gtalk3 dialect is detected in t...Senko Rasic1-0/+1
2008-11-04reordered private headers and makefile sources in alphabetical orderSenko Rasic1-0/+1
2008-11-04taking advantage of static typechecks for Jingle*PrivateSenko Rasic1-1/+3
2008-10-31refactored and simplified content removal codeSenko Rasic1-1/+1
2008-10-31properly dispose of MediaStreams when content is removed or rejectedSenko Rasic1-1/+1
2008-10-21Actually commited half of the content-* related changes, thanks gitSenko Rasic1-0/+2
2008-10-21Fixed content-add/accept/remove, prepared twisted test to check behaviour of ...Senko Rasic1-0/+1
2008-10-14Simplified readiness-checking logic for contents, added support for content-a...Senko Rasic1-2/+3
2008-10-13bolted the new jingle engine onto gabbleSenko Rasic1-3/+13
2008-09-24Continuing work on new jingle engine.Senko Rasic1-0/+14
2008-09-17Updated new jingle code to new file naming scheme without gabble- prefixSenko Rasic1-1/+1
2008-09-16first attempt at refactoring jingle signalling support into separate subsystemSenko Rasic1-0/+89