summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2011-05-10examples/client/approver.c: use tp_channel_dispatch_operation_claim_with_async()Guillaume Desmottes1-2/+3
2011-03-15Merge branch 'ldflags'Simon McVittie9-0/+27
2011-03-02echo-message-parts/chan: add Messages.MessageTypes to immutable propertiesGuillaume Desmottes1-0/+1
2011-01-28remove abbreviationsGuillaume Desmottes1-7/+7
2011-01-28link the bug blocking us from using TelepathyGLib.USER_ACTION_TIME_CURRENT_TIMEGuillaume Desmottes1-1/+1
2011-01-28ensure-channel.py: rename create_request to create_request_dictGuillaume Desmottes1-3/+3
2011-01-28add client/python/ensure-channel.py (#32986)Guillaume Desmottes2-0/+69
2011-01-28text-handler.py: add a comment about bgo #640812Guillaume Desmottes1-0/+2
2011-01-28use TelepathyGLib.ChannelTextMessageType.NORMALGuillaume Desmottes1-1/+2
2011-01-28add python/text-handler.py (fdo #32524)Guillaume Desmottes2-1/+67
2011-01-28add python client example directoryGuillaume Desmottes2-1/+2
2011-01-10Check for -Wl,--no-add-needed and add it to AM_LDFLAGS everywhere we compile CSimon McVittie9-0/+27
2010-12-16rename TP_TEXT_CHANNEL_FEATURE_PENDING_MESSAGES to TP_TEXT_CHANNEL_FEATURE_IN...Guillaume Desmottes1-1/+1
2010-12-16make text-handler example more exemplaryGuillaume Desmottes1-6/+13
2010-12-16test-text-handler: use tp_message_to_text()Guillaume Desmottes1-18/+19
2010-12-16tp_client_message_text_new has been renamedGuillaume Desmottes1-1/+1
2010-12-16examples/client/text-handler: use TpTextChannelGuillaume Desmottes1-64/+32
2010-12-09tp_cm_message_new: remove size_hint argGuillaume Desmottes1-1/+1
2010-12-09echo-message-parts: stop using deprecated APIGuillaume Desmottes1-3/+2
2010-12-09message-mixin.h: include cm-message.hGuillaume Desmottes1-1/+0
2010-12-09don't include base-connection.h in message.hGuillaume Desmottes1-0/+1
2010-11-25Merge remote branch 'eitan/protocol-iface-avatars'Simon McVittie1-1/+48
2010-11-25Update to spec 0.21.5Simon McVittie1-3/+4
2010-11-25Use G_N_ELEMENTS throughoutSimon McVittie2-3/+3
2010-11-17Added avatar protocol test.Eitan Isaacson1-1/+48
2010-11-15use tp_handle_ref's new return type around sourceJonny Lamb1-2/+1
2010-10-29future Call CM: emit Content.Removed tooSimon McVittie1-0/+1
2010-10-29echo-message-parts: add Messages immutable propertiesGuillaume Desmottes1-0/+19
2010-10-25Update spec to 0.21.3Simon McVittie2-59/+38
2010-10-25Merge branch 'telepathy-glib-0.12'Simon McVittie8-98/+157
2010-10-25fd.o #30730: order tests' and examples' CFLAGS and LIBS consistentlySimon McVittie8-98/+157
2010-10-18Merge branch 'telepathy-glib-0.12'Simon McVittie1-1/+1
2010-10-18Messages example: advertise and test a non-trivial delivery reporting support...Simon McVittie1-1/+1
2010-10-15Update to spec 0.21.2Simon McVittie3-63/+71
2010-10-07offerer.c: TpAccountChannelRequest gives us a TpStreamTubeChannel nowGuillaume Desmottes1-7/+1
2010-10-07accepter.c: TpBaseClient gives us a TpStreamTubeChannel nowGuillaume Desmottes1-6/+1
2010-10-05examples: connect 'closed' signalGuillaume Desmottes2-0/+22
2010-10-05examples: let the offerer closes the channel and exit when channel has been i...Guillaume Desmottes2-9/+14
2010-10-04tp-stream-tube: rename "connection" to "socket connection"Guillaume Desmottes2-2/+2
2010-09-28stream-tube-chan: use TpStreamTubeConnection instead of GIOStreamGuillaume Desmottes2-9/+18
2010-09-28rename TpStreamTube to TpStreamTubeChannelGuillaume Desmottes2-11/+11
2010-09-28offerer: display when tube is invalidatedGuillaume Desmottes1-0/+12
2010-09-28accepter: display when tube is invalidatedGuillaume Desmottes1-0/+12
2010-09-28offerer: display error if something went wrongGuillaume Desmottes1-3/+14
2010-09-28accepter: log message if accepting failedGuillaume Desmottes1-0/+1
2010-09-28TpStreamTube now inherit from TpChannelGuillaume Desmottes2-4/+13
2010-09-28offerer: port to TpAccountChannelRequestGuillaume Desmottes1-84/+29
2010-09-28Allow the passing of params to the offer_async methodDanielle Madeley1-1/+1
2010-09-28TpStreamTube + exampleDanielle Madeley4-0/+369
2010-09-22ExampleContactListManager: rename to ExampleContactListSimon McVittie4-203/+194