summaryrefslogtreecommitdiff
path: root/src/media-factory.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-29Use the proper 'Ice' Call capabilityGuillaume Desmottes1-4/+9
2013-01-16Update Wocky snapshot for wocky.h with Jingle headersWill Thompson1-3/+2
2012-12-11Rename most of GabbleJingle* to WockyJingle*Will Thompson1-8/+8
2012-10-21connection: Don't reset the capabilities in UpdateCapabilitiesDebarshi Ray1-9/+0
2012-09-11Stop accessing sealed tp-glib structsXavier Claessens1-3/+3
2012-09-11Merge branch 'telepathy-gabble-0.16'Simon McVittie1-1/+4
2012-09-11Now that camera-v1 has a caps URI, don't treat it as part of video-v1Simon McVittie1-1/+4
2012-05-30Use meta-headers for everythingSimon McVittie1-3/+3
2012-05-07Use TP_ERROR instead of deprecated TP_ERRORSSimon McVittie1-2/+2
2012-02-29JingleMint: rename ::new-session to ::incoming-sessionWill Thompson1-1/+1
2012-02-23Wrap JingleFactory in a new class, JingleMint.Will Thompson1-2/+2
2012-02-23media-factory: stop using gabble_jingle_session_get_peer_handleWill Thompson1-4/+13
2012-02-23JingleSession: move TpHandle peer to private structureWill Thompson1-3/+4
2012-02-06Merge branch 'master' into call1Will Thompson1-1/+0
2012-01-27Remove vestigial Loudmouth headers and build systemWill Thompson1-1/+0
2012-01-11GabbleMediaFactory: Use TP_PROP_ where appropriateXavier Claessens1-60/+59
2012-01-11Replace tp-yell with tp-glib's Call1 APIXavier Claessens1-34/+33
2011-11-16Use _unref instead of _free _destroy when possible.unrefXavier Claessens1-2/+2
2011-11-03Remove obsolete DBUS_API_SUBJECT_TO_CHANGE definesWill Thompson1-2/+0
2011-09-01gabble: add capabilities.h and caps-channel-manager.h as public APIJonny Lamb1-1/+1
2011-08-30caps-channel-manager: add data form argument to represent_clientJonny Lamb1-1/+2
2011-04-07fix unused-but-set-variable warningsMarc Plano-Lesay1-2/+0
2011-03-23media-factory: Add rtp-hdrext and rtcp-fb caps to basic av capsOlivier CrĂȘte1-0/+4
2011-01-12Add Initial{Audio,Video}Name as requestable and immutable propertiesSjoerd Simons1-2/+27
2011-01-11Merge branch 'master' into call-base-classesSjoerd Simons1-1/+1
2011-01-11use telepathy-yell generated codeJonny Lamb1-24/+24
2011-01-11Port GabbleBaseCallChannel to TpBaseChannelWill Thompson1-3/+2
2011-01-06replaced the ...get_type function with a G_DEFINE_INTERFACE macroJonKristensen1-1/+1
2010-08-24MediaFactory: Clarify references to GabbleCallChannelWill Thompson1-2/+5
2010-08-11gabble_media_factory_get_contact_caps: add a cast to shut gcc 4.5 upSimon McVittie1-1/+8
2010-08-05managers: implement type_foreach_channel_class instead of foreach_channel_classSenko Rasic1-6/+7
2010-04-02On incoming jingle sessions check if they belong to a muc callSjoerd Simons1-2/+6
2010-02-18Make requested a construct time propertySjoerd Simons1-0/+8
2010-02-18Add api to get call channel allowed props from the media factorySjoerd Simons1-0/+6
2010-02-18Split a BaseCallChannel out of CallChannelSjoerd Simons1-2/+2
2010-01-28Add a --disable-channel-type-call configure switchWill Thompson1-1/+3
2010-01-22Merge remote branch 'maiku/implement-ensure'Sjoerd Simons1-5/+51
2010-01-21Add the MediaChannelRequest into pending_call_channels.Mike Ruprecht1-1/+1
2010-01-21CallChannel uses "handle" instead of "peer".Mike Ruprecht1-5/+5
2010-01-20In EnsureChannel, check pending call channels as well.Mike Ruprecht1-0/+17
2010-01-20Modify error message wording.Mike Ruprecht1-1/+1
2010-01-20Support EnsureChannel.Mike Ruprecht1-4/+33
2010-01-20Ensure that InitialAudio and/or InitialVideo is set.Mike Ruprecht1-2/+9
2009-12-29Merge branch 'new-media-spec'Sjoerd Simons1-120/+381
2009-12-23Fix identation and remove superfluous codeSjoerd Simons1-5/+2
2009-12-23Use tp_asv_* to create channel classesSjoerd Simons1-21/+15
2009-12-18plug various leaksDafydd Harries1-0/+3
2009-12-07Use call channels if one client supports itSjoerd Simons1-2/+34
2009-12-07Refactor the call channel creation code a bitSjoerd Simons1-130/+151
2009-12-07Let CallChannel implement GAsyncInitableSjoerd Simons1-9/+49