summaryrefslogtreecommitdiff
path: root/src/media-factory.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-12-07Let MediaChannelRequest store a list of tokensSjoerd Simons1-11/+12
2009-12-07Add first dummy implementation of a Call channelSjoerd Simons1-2/+105
2009-12-07Change media channel GPtrArray to a GListSjoerd Simons1-26/+14
2009-12-07Advertise Call Channel in ContactCapsSjoerd Simons1-5/+44
2009-12-07Put MutableContents in the Call channel RCCSjoerd Simons1-1/+3
2009-12-07Advertise the same caps for StreamedMedia and Call channelsSjoerd Simons1-18/+30
2009-12-07Announce the new media spec in RequestableChannelClassesSjoerd Simons1-3/+37
2009-10-22Fix identationSjoerd Simons1-21/+21
2009-10-22Put ImmutableStreams in allowed properties if neededSjoerd Simons1-6/+32
2009-10-07Implement C_Media_Capabilities_Immutable_StreamsWill Thompson1-1/+13
2009-09-28Recognize clients as media capable if they have any supported transportSjoerd Simons1-3/+2
2009-09-14Depend on telepathy-glib 0.7.37 and implement the final version of InitialAud...Simon McVittie1-16/+2
2009-09-11GabbleMediaFactory: allow requesting initial audio/video the new waySimon McVittie1-1/+9
2009-09-08gabble_media_factory_add_caps: don't say we support Jingle transports unless ...Simon McVittie1-2/+4
2009-09-08_gabble_media_factory_typeflags_to_caps: explain that the client name doesn't...Simon McVittie1-0/+2
2009-08-26gabble_media_factory_get_contact_caps: implement (in terms of _gabble_media_f...Simon McVittie1-0/+34
2009-08-26gabble_media_factory_foreach_channel_class: factor out gabble_media_factory_c...Simon McVittie1-5/+24
2009-08-26Harvest capabilities from gabble_media_factory_represent_clientSimon McVittie1-0/+97
2009-08-26Factor out gabble_media_factory_add_capsSimon McVittie1-37/+56