summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2012-08-07Install the examples and testsSimon McVittie2-2/+4
2012-08-06examples: fix boolean option parsingSimon McVittie6-17/+17
2012-02-14file-transfer: Pass sender service-id in file metadataRob Staudinger1-9/+11
2012-02-09Client: remove deprecated virtual methodsRob Staudinger2-8/+16
2012-02-07IncomingFile: Add API for receiving filesRob Staudinger1-78/+69
2012-02-02OutgoingFile: Add API for transmitting filesRob Staudinger2-0/+319
2012-01-26examples: Update "dictionary-message" so it can also run with C2SRob Staudinger1-6/+21
2012-01-26Rewrite capability handling in YtsClientRob Staudinger2-5/+13
2012-01-23Client: make sure capabilities are namespaced correctlyRob Staudinger1-12/+20
2012-01-23Client: initial support for C2S connectionsRob Staudinger1-6/+19
2012-01-20Client: rename yts_client_new() to yts_client_new_p2p()Rob Staudinger5-10/+8
2011-11-03Service: rename "service-id" property to just "id"c2sRob Staudinger4-5/+5
2011-10-25Roster: get rid of Client reference.Rob Staudinger2-0/+4
2011-10-21Rewrite init and logging system.Rob Staudinger5-5/+6
2011-10-20Client: rename _register_service() to _publish_service()Rob Staudinger1-1/+1
2011-10-20Client, Contact: remove telepathy-glib from public headers.Rob Staudinger3-84/+0
2011-10-17Client: already knows when service is removed, no need for callback.Rob Staudinger1-1/+1
2011-09-23status: Remove from public API, the simple string-based API is a perfect matc...Rob Staudinger1-12/+6
2011-09-23caps: Remove yts-caps from the public API.Rob Staudinger2-4/+2
2011-09-22metadata-service: Remove, all the required functionality is in service by now.Rob Staudinger5-36/+30
2011-09-22client, service: Implement new low-level interface to replace the old metadat...Rob Staudinger4-80/+49
2011-09-16build: Enable lots of warnings when building on gcc and fix them.Rob Staudinger2-4/+6
2011-09-16build: Simplify debug options.Rob Staudinger2-2/+0
2011-09-15contact, service: Use consistent get_id() instead of jid/uid respectively.Rob Staudinger4-6/+6
2011-09-15service: Do not reference client.Rob Staudinger4-21/+9
2011-09-12build: Use git.mk.Rob Staudinger2-0/+2
2011-09-08coding-style: Use consistent copyright header everywhere.Rob Staudinger7-4/+61
2011-09-06examples: Update video-profile remote so it can take a remote app id.Rob Staudinger1-77/+88
2011-09-02Big rename step #2: Rename all occurrencs of Ytsg to Yts (in all cases)Rob Staudinger8-237/+237
2011-09-02Big rename step #1: remove "glib" from filenames.Rob Staudinger8-8/+8
2011-09-02proxies: Defer application of property changes.Rob Staudinger3-6/+31
2011-09-01build: Fix 'make distcheck', well almost, old tests still need some care.Rob Staudinger2-10/+8
2011-09-01examples: Update mock-player so it exercises the Transcript interface.Rob Staudinger2-18/+221
2011-09-01Refactoring so that a service can implement multiple capabilities.Rob Staudinger1-6/+7
2011-08-31video-profile: Some coding style tweaks.Rob Staudinger1-10/+10
2011-08-31Change capability defines to new fqn-id naming scheme.Rob Staudinger2-2/+2
2011-08-31Introduce YtsgCapability interface for service implementations and -proxies.Rob Staudinger2-6/+27
2011-08-30client, service-adapter: Hand out created proxy async after it's done, to pre...Rob Staudinger2-65/+195
2011-08-28proxy-service: Register proxies as they are created, unregister when they are...Rob Staudinger2-3/+22
2011-08-26profile: Implement infrastructure for registering event listeners with a prof...Rob Staudinger1-1/+3
2011-08-24Hook up response handling all over the place and adapt the video-profile exam...Rob Staudinger2-17/+88
2011-08-22client: Remove _from_mesh suffix from connect() and disconnect() methodsRob Staudinger5-8/+8
2011-08-22Rename 'video-service' dir to 'video-profile' everywhere, including namespacingRob Staudinger2-22/+22
2011-08-22examples: Rename 'video-service' dir to 'video-profile'Rob Staudinger6-1/+1
2011-08-22client: Unregister service when TP tells us it's gone.Rob Staudinger2-11/+83
2011-08-21client: Pass actual buffer length to rest_xml_parser_parse_from_data()Rob Staudinger1-1/+0
2011-08-20proxy: Remove capability property, it's held by the respective actual proxy i...Rob Staudinger1-0/+135
2011-08-19mock-player: Implement example for debugging, testing, and demonstration.Rob Staudinger4-0/+338
2011-08-19service-adapter: Make it a baseclass instead of an interface.Rob Staudinger4-2/+99
2011-08-08Implement YtsgInvocationResponse for marshaling return valuesRob Staudinger1-1/+2