summaryrefslogtreecommitdiff
path: root/src/jingle-transport-google.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-01JingleCandidate store int rather than double.David Laban1-3/+3
2011-01-26Cope with not having a password for gtalk candidates in a backwards compatibl...Sjoerd Simons1-1/+1
2010-06-09Ignore unknown component names, remove dead codeSjoerd Simons1-5/+2
2010-06-08Merge branch 'iGoogled' into masterSjoerd Simons1-45/+76
2010-04-23Fix coding styleSjoerd Simons1-1/+2
2010-03-30Rename share_channels into component_namesYouness Alaoui1-11/+12
2010-03-30Rename 'channel' into 'share_channel' for the jingle content/google-transportYouness Alaoui1-11/+13
2010-03-30component/channel id is a uint, so make it constant everywhereYouness Alaoui1-1/+1
2010-03-30Add a blank line between declarations and statementsYouness Alaoui1-0/+1
2010-03-30document the content and ownership of elements in GList and GHashTableYouness Alaoui1-1/+4
2010-03-30Replace == FALSE/TRUE conditionals for booleans by if (b) or if (!b)Youness Alaoui1-4/+2
2010-03-30make jingle_transport_google_set_component_name return TRUE/FALSE depending o...Youness Alaoui1-1/+8
2010-03-30add some debuging messagesYouness Alaoui1-1/+4
2010-03-30Add support for the 'info' jingle action, and make it check for new jingle ch...Youness Alaoui1-1/+2
2010-03-30Using a GList of GList instead of an array for holding the list of candidates...Youness Alaoui1-34/+40
2010-03-30Add a way to specify the name of the compoennt for the jingle candidates in t...Youness Alaoui1-45/+56
2010-03-30Remove checking for dialect in google transportYouness Alaoui1-3/+1
2010-02-22Jingle: remove unused SET_FOO macros, and unused varargs capabilitiesSimon McVittie1-3/+1
2009-12-07Make it possible to retrieve our local candidatesSjoerd Simons1-0/+11
2009-06-29jingle-transport-google.c: use node iteration wrappersGuillaume Desmottes1-3/+4
2009-06-29gtalk-p2p: Don't special-case sending new local candidatesWill Thompson1-20/+6
2009-06-27Implement send_candidates in Google transportWill Thompson1-2/+7
2009-06-27JingleTransportIface: rename add_candidates() to more descriptive new_local_c...Senko Rasic1-2/+2
2009-06-27JingleCandidate struct: added "id" fieldSenko Rasic1-2/+2
2009-06-27JingleTransportIface: add *_get_transport_type() methodSenko Rasic1-0/+7
2009-06-23Add accessor for GabbleJingleSession:dialectWill Thompson1-2/+2
2009-06-23Reduce spurious transport-infosWill Thompson1-3/+7
2009-06-23Send rtp and rtcp candidates separately.Will Thompson1-26/+52
2009-06-23Fix a typoWill Thompson1-1/+1
2009-06-23Properly ignore transport-info ACKs.Will Thompson1-1/+2
2009-06-23Remove duplicated <content>-generation code.Will Thompson1-32/+2
2009-06-22Update 'google-video' to current masterWill Thompson1-7/+13
2009-06-17Include 'creator' in transport-info <content>sWill Thompson1-4/+12
2009-06-11Don't leak content name and namespaceWill Thompson1-6/+4
2009-05-27Support parsing of rtcp candidatesSjoerd Simons1-2/+33
2009-05-27wrap a line > 80 charsSjoerd Simons1-1/+2
2009-05-27Support transmission of rtcp candidatesSjoerd Simons1-4/+13
2009-03-13Remove redundant GET_PRIV macros from most jingle codeWill Thompson1-16/+8
2009-02-10Fix leak detected by coverityAlban Crequy1-0/+1
2008-11-14workaround for Loudmouth not handling xml namespacesSenko Rasic1-1/+1
2008-11-14support component numbering in jingle transports (still ignore everything exc...Senko Rasic1-8/+17
2008-11-06allocate/free helpers for JingleCodec and JingleCandidate structsSenko Rasic1-34/+5
2008-11-05GabbleJingleSession: retransmit candidates if gtalk3 dialect is detected in t...Senko Rasic1-5/+15
2008-11-04improving jingle code readabilitySenko Rasic1-2/+2
2008-11-04use g_slice for allocating JingleCodec and JingleCandidate structsSenko Rasic1-10/+3
2008-11-04reordered private headers and makefile sources in alphabetical orderSenko Rasic1-4/+4
2008-11-04taking advantage of static typechecks for Jingle*PrivateSenko Rasic1-3/+1
2008-11-03simplified debugging messages in jingle codeSenko Rasic1-26/+0
2008-10-21JingleTransportGoogle: store remote candidates for laterSenko Rasic1-21/+23
2008-10-14Simplified readiness-checking logic for contents, added support for content-a...Senko Rasic1-6/+9