summaryrefslogtreecommitdiff
path: root/src/media-factory.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-05Implement undrafted InitialAudio/VideoWill Thompson1-2/+8
2009-08-20Close all media channels on disconnect.Will Thompson1-24/+12
2009-07-01MediaFactory: Remove unused session_chans mapWill Thompson1-40/+1
2009-06-27MediaChannel: set nat-traversal Tp property appropriatelySenko Rasic1-0/+22
2009-04-15Extract InitialAudio/Video from initial streamsWill Thompson1-1/+0
2009-04-15Remove unnecessary prototypesWill Thompson1-6/+0
2009-04-14Create initial streams as per requestWill Thompson1-5/+56
2009-04-14Pass InitialAudio/Video from request to channelWill Thompson1-8/+23
2009-04-14Allow InitialAudio/Video propertiesWill Thompson1-0/+4
2009-04-14Remove MediaFactory property from MediaChannel.Will Thompson1-1/+0
2009-04-09Refactor adding Jingle peer to remote-pending earlyWill Thompson1-16/+9
2009-04-09Include a priv pointer in GabbleMediaFactoryWill Thompson1-16/+14
2009-02-03Update branch messages to masterWill Thompson1-472/+31
2008-12-05Merge branch 'master' into alban-enhanced-caps-with-complex-typesAlban Crequy1-470/+27
2008-12-01Merge commit 'upstream/master'Senko Rasic1-2/+6
2008-11-27GabbleMediaFactory: fix a double free in _disposeAlban Crequy1-2/+6
2008-11-18Merge branch 'master' into messagesWill Thompson1-20/+10
2008-11-12gabble_media_factory_requestotron: remove unused variable connSenko Rasic1-1/+0
2008-11-10Merge branch 'master' into alban-enhanced-caps-with-complex-typesAlban Crequy1-20/+10
2008-11-07Merge commit 'upstream/master'Senko Rasic1-20/+10
2008-11-05gabble_xmpp_error_from_node: extract type attribute from <error>Will Thompson1-1/+1
2008-11-05GabbleMediaFactory: don't redundantly validate TargetHandleSimon McVittie1-11/+4
2008-11-05GabbleMediaFactory: don't advertise anonymous channels as requestableSimon McVittie1-9/+6
2008-11-04reordered private headers and makefile sources in alphabetical orderSenko Rasic1-2/+1
2008-10-28MediaFactory: remove unneeded #include "text-mixin.h"Will Thompson1-1/+0
2008-10-21Merge commit 'senko/jingle'Senko Rasic1-467/+22
2008-10-21MediaFactory code cleanupSenko Rasic1-31/+0
2008-10-17Merge branch 'master' into alban-enhanced-caps-with-complex-typesAlban Crequy1-8/+3
2008-10-14GabbleMediaChannel, GabbleMediaFactory: use G_PARAM_STATIC_STRINGSSimon McVittie1-7/+3
2008-10-13bolted the new jingle engine onto gabbleSenko Rasic1-22/+2
2008-10-10Remove TargetHandle from anonymous media channels' allowed propertiesWill Thompson1-1/+0
2008-09-30Use the "channel manager" terminology everywhere instead of "channel factory"Alban Crequy1-1/+1
2008-09-30Every Channel Managers must now implement the GABBLE_CAPS_CHANNEL_MANAGER int...Alban Crequy1-1/+3
2008-09-25Implement EnsureChannel for media calls, and add a corresponding testWill Thompson1-0/+36
2008-09-24Continuing work on new jingle engine.Senko Rasic1-417/+23
2008-09-23MediaFactory: implement CreateChannelWill Thompson1-23/+76
2008-09-23MediaFactory: set initial-peer on new MediaChannel instancesWill Thompson1-5/+7
2008-09-10MediaFactory: include TargetID in allowed; reject unknown propertiesWill Thompson1-0/+17
2008-09-05Use TpChannelManager; remove GabbleChannelManagerWill Thompson1-11/+11
2008-09-05Use TpExportableChannel; remove GabbleExportableChannelWill Thompson1-5/+5
2008-09-05Requestotron: copy changes back from Salut before moving to tp-glibWill Thompson1-10/+4
2008-08-21GabbleMediaFactory: tidy up destruction, disconnect from status-changedSimon McVittie1-24/+28
2008-08-21GabbleMediaFactory: stop being a TpChannelFactoryIfaceSimon McVittie1-80/+1
2008-08-21GabbleMediaFactory: add basic GabbleChannelManager implementation (CreateChan...Simon McVittie1-12/+188
2008-07-28GabbleMediaFactory: reduce dependence on TpChannelFactoryIface for close_allSimon McVittie1-4/+9
2008-07-28GabbleMediaFactory: stop using the connected, connecting, disconnected callbacksSimon McVittie1-67/+91
2008-07-24Revert g_return_val_if_fail in GabbleMediaFactory internals to a g_assert, ha...Simon McVittie1-2/+2
2008-07-22GabbleMediaFactory: assert that the channel has a creatorSimon McVittie1-1/+2
2008-07-22GabbleMediaFactory: coding style/naming consistencySimon McVittie1-2/+3
2008-07-21tidy up libc/glib includesDafydd Harries1-2/+0