summaryrefslogtreecommitdiff
path: root/src/call-stream.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-16Update Wocky snapshot for wocky.h with Jingle headersWill Thompson1-2/+0
2012-12-11Rename most of GabbleJingle* to WockyJingle*Will Thompson1-40/+40
2012-11-26jingle-info: make get_stun_server pluralWill Thompson1-9/+9
2012-05-30Use meta-headers for everythingSimon McVittie1-5/+2
2012-05-07Use TP_ERROR instead of deprecated TP_ERRORSSimon McVittie1-1/+1
2012-03-20CallStream: Replace want_send with the local sending state of the StreamOlivier Crête1-12/+7
2012-03-16CallStream: Set local sending to true if a locally-created content wants to sendOlivier Crête1-0/+9
2012-03-09Convert Telepathy types to Jingle types correctlyOlivier Crête1-12/+9
2012-03-01Merge branch 'detp-jingle'Will Thompson1-15/+27
2012-02-29CallStream style: add a missing blank line.Will Thompson1-0/+1
2012-02-29Include config.h to have GLIB_DISABLE_DEPRECATION_WARNINGS definedXavier Claessens1-0/+1
2012-02-23Represent Jingle relays by a struct, not an aa{sv}Will Thompson1-1/+4
2012-02-23Wrap JingleFactory in a new class, JingleMint.Will Thompson1-2/+2
2012-02-23CallStream: don't grab Connection from JingleContent.Will Thompson1-8/+3
2012-02-23Split google:jingleinfo code out from JingleFactoryWill Thompson1-6/+11
2012-02-23Call: stop using gabble_jingle_session_get_peer_handleWill Thompson1-1/+7
2012-02-23JingleSession: move TpHandle peer to private structureWill Thompson1-1/+3
2012-01-11Candidate info names are no longer capitalisedNicolas Dufresne1-5/+5
2012-01-11Fix build warningXavier Claessens1-4/+3
2012-01-11Update to new tp-glib api for setting the local sending stateOlivier Crête1-5/+2
2012-01-11Add test for pending states when the other side asks to sendOlivier Crête1-2/+14
2012-01-11Implement per-dialect CanRequestReceivingOlivier Crête1-0/+11
2012-01-11Fix Request receivingOlivier Crête1-2/+5
2012-01-11Update to correctly set the local and remote sending statesOlivier Crête1-18/+17
2012-01-11Implement request_receiving using the base classOlivier Crête1-8/+23
2012-01-11Export the ICE credentials from the transport to the streamOlivier Crête1-0/+7
2012-01-11Listen to endpoint state change notificationOlivier Crête1-7/+7
2012-01-11Replace tp-yell with tp-glib's Call1 APIXavier Claessens1-78/+60
2011-11-16Use _unref instead of _free _destroy when possible.unrefXavier Claessens1-1/+1
2011-09-20Call: handle google relay reply after channel diesWill Thompson1-3/+11
2011-02-02call-stream: Implement LocalCredentials propertyDavid Laban1-20/+0
2011-02-01JingleCandidate store int rather than double.David Laban1-1/+1
2011-02-01Allow user to call SetCredentials with default ICE credentials.David Laban1-3/+19
2011-01-16Use Update Yell apis and TpyBaseCallChannelSjoerd Simons1-9/+6
2011-01-15Set the stun-servers both initially and on changesSjoerd Simons1-3/+8
2011-01-15Add a BaseMediaCallStream level to the hierarchy.David Laban1-211/+45
2011-01-15Push call_stream_iface_init into base-call-streamDavid Laban1-34/+12
2011-01-15extract call-stream-endpoint into yellDavid Laban1-8/+83
2011-01-12Use base-classes from telepathy-yellSjoerd Simons1-14/+15
2011-01-11Post-rebase porting to yellSjoerd Simons1-2/+2
2011-01-11use telepathy-yell generated codeJonny Lamb1-34/+37
2011-01-11Implement Content.Interfaces and Stream.InterfacesWill Thompson1-0/+8
2011-01-10Extract a base class from GabbleCallStreamWill Thompson1-227/+36
2010-10-19stream: implement LocalSendingState propertyJonny Lamb1-0/+12
2010-10-19stream: emit {STUNServers,RelayInfo}Changed as appropriateJonny Lamb1-28/+53
2010-10-19stream: RetrievedServerInfo is now HasServerInfoJonny Lamb1-8/+16
2010-10-19stream: implement CanRequestReceiving propertyJonny Lamb1-0/+14
2010-10-19stream: implement Interfaces propertyJonny Lamb1-0/+18
2010-10-19stream: rename Senders to RemoteMembers and omit the self handleJonny Lamb1-67/+42
2010-09-21gabble_call_stream_dispose: use tp_clear_object, tp_clear_pointerSimon McVittie1-5/+2