summaryrefslogtreecommitdiff
path: root/src/jingle-transport-rawudp.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-07Make it possible to retrieve our local candidatesSjoerd Simons1-0/+11
2009-06-29jingle-transport-rawudp.c: use node iteration wrappersGuillaume Desmottes1-3/+4
2009-06-29Remove unused variableWill Thompson1-3/+0
2009-06-28Stringify component before setting it as an attributeWill Thompson1-2/+3
2009-06-28RawUDP: Remove unused 'pending_candidates' field.Will Thompson1-14/+1
2009-06-28Correctly send rawudp candidates' idWill Thompson1-1/+1
2009-06-28We don't care about stun vs. local for rawudp candidatesWill Thompson1-1/+0
2009-06-27Let the transport decide if it's ready to acceptWill Thompson1-1/+11
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-27Updated RawUdp to implement inject_candidatesWill Thompson1-18/+12
2009-06-27JingleTransportRawUdp: remove obsoleted transmit_candidates() methodSenko Rasic1-73/+11
2009-06-27JingleTransportRawUdp: update produce_node() methodSenko Rasic1-8/+12
2009-06-27JingleTransportRawUdp: remove unused retransmit_candidates() methodSenko Rasic1-26/+0
2009-06-27JingleTransportIface: rename add_candidates() to more descriptive new_local_c...Senko Rasic1-2/+2
2009-06-27JingleTransportRawUdp: produce candidate stanza for all local candidates (nee...Senko Rasic1-20/+17
2009-06-27JingleTransportRawUdp: properly handle incoming RTP+RTCP candidate batchSenko Rasic1-15/+9
2009-06-27JingleCandidate struct: added "id" fieldSenko Rasic1-4/+4
2009-06-27JingleTransportRawUdp: send component numbers in candidatesSenko Rasic1-0/+2
2009-06-27include rawudp candidate in session initiateSenko Rasic1-0/+41
2009-06-27add JingleTransportRawUdpSenko Rasic1-0/+467