summaryrefslogtreecommitdiff
path: root/src/jingle-transport-rawudp.c
Commit message (Expand)AuthorAgeFilesLines
* Jingle: migrate to WockyNodeIterWill Thompson2012-01-311-7/+5
* Jingle*: (mostly) de-Loudmouth-ifyWill Thompson2012-01-261-2/+0
* Remove GabbleXmppError.Will Thompson2011-05-031-1/+1
* stop using LmMessageNode wrapperJonny Lamb2011-05-021-11/+11
* Make it possible to retrieve our local candidatesSjoerd Simons2009-12-071-0/+11
* jingle-transport-rawudp.c: use node iteration wrappersGuillaume Desmottes2009-06-291-3/+4
* Remove unused variableWill Thompson2009-06-291-3/+0
* Stringify component before setting it as an attributeWill Thompson2009-06-281-2/+3
* RawUDP: Remove unused 'pending_candidates' field.Will Thompson2009-06-281-14/+1
* Correctly send rawudp candidates' idWill Thompson2009-06-281-1/+1
* We don't care about stun vs. local for rawudp candidatesWill Thompson2009-06-281-1/+0
* Let the transport decide if it's ready to acceptWill Thompson2009-06-271-1/+11
* Remove error-setting macros from transportsWill Thompson2009-06-271-5/+2
* Remove GET_PRIV macros from {Ice,Raw}UdpWill Thompson2009-06-271-12/+6
* Updated RawUdp to implement inject_candidatesWill Thompson2009-06-271-18/+12
* JingleTransportRawUdp: remove obsoleted transmit_candidates() methodSenko Rasic2009-06-271-73/+11
* JingleTransportRawUdp: update produce_node() methodSenko Rasic2009-06-271-8/+12
* JingleTransportRawUdp: remove unused retransmit_candidates() methodSenko Rasic2009-06-271-26/+0
* JingleTransportIface: rename add_candidates() to more descriptive new_local_c...Senko Rasic2009-06-271-2/+2
* JingleTransportRawUdp: produce candidate stanza for all local candidates (nee...Senko Rasic2009-06-271-20/+17
* JingleTransportRawUdp: properly handle incoming RTP+RTCP candidate batchSenko Rasic2009-06-271-15/+9
* JingleCandidate struct: added "id" fieldSenko Rasic2009-06-271-4/+4
* JingleTransportRawUdp: send component numbers in candidatesSenko Rasic2009-06-271-0/+2
* include rawudp candidate in session initiateSenko Rasic2009-06-271-0/+41
* add JingleTransportRawUdpSenko Rasic2009-06-271-0/+467