summaryrefslogtreecommitdiff
path: root/src/jingle-transport-iceudp.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-04add missing config.h includesGuillaume Desmottes1-0/+1
2012-02-23Jingle*: stop including util.hWill Thompson1-1/+0
2012-02-23Jingle*: use wocky_strdiff rather than tp_strdiffWill Thompson1-5/+5
2012-02-23Jingle transports: stop using GabbleConnectionWill Thompson1-3/+3
2012-02-06Merge branch 'master' into call1Will Thompson1-29/+25
2012-01-31Jingle: migrate to WockyNodeIterWill Thompson1-6/+4
2012-01-26Jingle*: (mostly) de-Loudmouth-ifyWill Thompson1-5/+3
2012-01-11Export the ICE credentials from the transport to the streamOlivier Crête1-0/+42
2011-05-03Remove GabbleXmppError.Will Thompson1-1/+1
2011-05-02stop using LmMessageNode wrapperJonny Lamb1-19/+19
2011-02-01JingleCandidate store int rather than double.David Laban1-2/+2
2009-12-07Make it possible to retrieve our local candidatesSjoerd Simons1-0/+11
2009-09-23pref = priority / 65536 and debugging infoDavid Laban1-12/+45
2009-06-29jingle-transport-iceudp.c: use node iteration wrappersGuillaume Desmottes1-2/+3
2009-06-29Ice: Don't signal empty lists of remote candidatesWill Thompson1-10/+19
2009-06-28Don't fetch "state" property without using it.Will Thompson1-3/+0
2009-06-28ICE candidates don't have a 'name' attribute.Will Thompson1-1/+0
2009-06-28Don't assert on unknown candidate types/protocolsWill Thompson1-2/+7
2009-06-28Use candidates' Telepathy IDs as foundationWill Thompson1-9/+7
2009-06-28Multiply candidate preference by 65536Will Thompson1-4/+1
2009-06-28Use ice candidates' foundation as candidate_idWill Thompson1-4/+5
2009-06-28IceUdp: be tolerant of unparseable candidates.Will Thompson1-22/+21
2009-06-27Only group ICE candidates with the same ufragWill Thompson1-14/+26
2009-06-27Remove error-setting macros from transportsWill Thompson1-5/+2
2009-06-27Remove GET_PRIV macros from {Ice,Raw}UdpWill Thompson1-12/+6
2009-06-27Update IceUdp to implement {inject,send}_candidatesWill Thompson1-20/+40
2009-06-27Handle prflx candidates in ice-udpSjoerd Simons1-1/+4
2009-06-27JingleTransportIceUdp: replace transmit_candidates() with produce_node()Senko Rasic1-85/+28
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-27JingleTransportIceUdp: send "id" candidate paramSenko Rasic1-0/+1
2009-06-27added ICE-UDP support based on GoogleP2P support codeSenko Rasic1-0/+559