summaryrefslogtreecommitdiff
path: root/src/call-stream.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Don't unref an object that isn't owned.Mike Ruprecht2010-01-051-4/+0
|
* misc tweaksSjoerd Simons2009-12-241-2/+1
|
* SendersChanged should only have updates not the full setSjoerd Simons2009-12-241-7/+19
|
* Implement SetSending and ensure the Senders property stays in syncSjoerd Simons2009-12-241-2/+35
|
* No need to get the GabbleConnection from the JingleContent anymoreSjoerd Simons2009-12-241-9/+1
|
* Update the sender states whenever the content state changesSjoerd Simons2009-12-241-0/+12
|
* Slightly simplify determining the transport typeSjoerd Simons2009-12-241-3/+3
|
* Basic implementation of the Senders propertySjoerd Simons2009-12-241-0/+94
|
* Pass the GabbleConnection on to CallStream objectsSjoerd Simons2009-12-241-0/+20
|
* Use G_PARAM_STATIC_STRINGS where applicableSjoerd Simons2009-12-241-8/+2
|
* Fix various coding style and types, also remove some dead codeSjoerd Simons2009-12-241-2/+0
|
* Emit GabbleCallStream's LocalCandidatesAdded signal.Mike Ruprecht2009-12-221-0/+3
|
* No need to do a runtime check and cast as it's already a GabbleCallStream.Mike Ruprecht2009-12-081-1/+1
|
* If one block in an if/else has {} then all of them should have it.Mike Ruprecht2009-12-081-1/+3
|
* Refer to the got_relay_info boolean for the RetrievedServerInfo property.Mike Ruprecht2009-12-081-23/+1
|
* Emit ServerInfoRetrieved based on the got_relay_info boolean.Mike Ruprecht2009-12-081-5/+1
|
* Add a boolean to keep track of whether or not relay info has been retrieved.Mike Ruprecht2009-12-081-1/+9
|
* Emit the ServerInfoRetrieved signal.Mike Ruprecht2009-12-081-0/+13
|
* Add the RetrievedServerInfo property to GabbleCallStream.Mike Ruprecht2009-12-081-0/+38
|
* Skip candidates with unhandled candidate types.Mike Ruprecht2009-12-081-1/+2
|
* Translate candidate types between the D-Bus AddCandidate message and Jingle.Mike Ruprecht2009-12-081-1/+21
| | | | | | At the time of this commit there is no defined standard for candidate types. Here I'm using values of FsCandidateType since that's what the new-call-demo is passing it.
* If the call is using Gtalk P2P, retrieve relay-info data.Mike Ruprecht2009-12-081-0/+32
|
* Add the RelayInfo property to GabbleCallStream.Mike Ruprecht2009-12-081-0/+26
|
* Use gabble_value_array_build instead of manually building the ValueArray.Mike Ruprecht2009-12-071-8/+6
|
* Add the STUNServers property to call-stream.c.Mike Ruprecht2009-12-071-0/+44
|
* Implement CandidatesPreparedSjoerd Simons2009-12-071-0/+10
| | | | | For jingle candidates prepared is basically meaningless, so the implementation just returns successfully right away
* Implement the Transport propertySjoerd Simons2009-12-071-2/+41
|
* Add a utility function to convert a list of candidates to the a GPtrArraySjoerd Simons2009-12-071-29/+2
|
* Add a basic endpoint objectSjoerd Simons2009-12-071-0/+39
|
* Use constructed instead of constructorSjoerd Simons2009-12-071-10/+5
|
* Add initial implementation of Call.Stream objectsSjoerd Simons2009-12-071-0/+372