summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2010-04-18Remove call-gtk.py as it's outdated and obsoleteSjoerd Simons1-116/+0
2010-04-04pass an optional bus to the account to connect toSjoerd Simons1-5/+6
2009-11-29Try to set contact FT capabilitiesSjoerd Simons1-1/+18
2009-11-20Drop the Client from the class name alises, e.g. ClientObserver -> ObserverDanielle Madeley1-2/+2
2009-11-09Port Observer example to the whole DBusProperties interfaceDanielle Madeley1-25/+11
2009-11-09Observer exampleDanielle Madeley1-0/+60
2009-08-25Remove unused files.Jonny Lamb1-0/+0
2009-08-25Initial autotools-ing of telepathy-python.Jonny Lamb1-0/+21
2009-07-16Merge branch 'requests'Jonny Lamb1-53/+41
2009-07-15Add create_channel helper method to client.Connection.Jonny Lamb1-9/+3
2009-07-15Add a usage error message on not enough arguments.Jonny Lamb1-3/+7
2009-07-15Don't listen to NewChannels but take the channel returned from CreateChannel.Jonny Lamb1-28/+20
2009-06-13Merge branch 'stream-tube-example-new-api'Guillaume Desmottes3-117/+119
2009-06-12remove unused importsGuillaume Desmottes2-9/+5
2009-06-12use generated constants and interfaceGuillaume Desmottes2-13/+6
2009-06-12Upgrade to stable tube APIGuillaume Desmottes2-6/+7
2009-06-12tube-dbus-muc: Parameters are now passed when offering the tubeGuillaume Desmottes1-6/+5
2009-06-12port examples/tube-dbus-muc.py to new tube APIGuillaume Desmottes1-77/+80
2009-06-12port examples/tubeconn.py to new tube APIGuillaume Desmottes1-30/+29
2009-06-12remove unused importsGuillaume Desmottes2-16/+3
2009-06-12tube-stream-private: don't offer tube right away so Gabble has time to get co...Guillaume Desmottes1-0/+6
2009-06-12stream_tube_client: connect ConnectionClosedGuillaume Desmottes1-0/+6
2009-06-12stream_tube_client: connect NewLocalConnection signalGuillaume Desmottes1-0/+6
2009-06-12StreamTubeNewConnection signal has been replaced by NewRemoteConnectionGuillaume Desmottes1-5/+6
2009-06-12stream_tube_client: import constants and interfacesGuillaume Desmottes1-11/+5
2009-06-12New tube API is now stableGuillaume Desmottes3-100/+102
2009-04-29Update codecs so it works nicely on SIP a nd when calling a Nokia N8x0Sjoerd Simons1-1/+20
2009-04-29Disable theora, its not usable with SIPOlivier Crête1-0/+8
2009-04-29Add various converters before the sinksOlivier Crête1-2/+2
2009-04-29Remove request-resourceOlivier Crête1-6/+0
2009-04-29Add threads_init callOlivier Crête1-0/+2
2009-04-29In case capabilities are not support, start the call right awaySjoerd Simons1-12/+21
2009-04-29Port to tpfarsightSjoerd Simons1-18/+59
2009-04-29Wait for media capabilitiesSjoerd Simons1-11/+24
2009-04-29Specify the callback to call when the connection is readySjoerd Simons1-1/+1
2009-03-17file-transfer.py: pass byte_arrays=True to {Accept,Provide}FileGuillaume Desmottes1-2/+3
2009-02-17call.py: make ^C clean up connection in incoming mode.Will Thompson1-0/+1
2009-02-17Support Secret flag in generate-manager-fileWill Thompson1-0/+3
2009-02-17Support DBusProperty flag in generate-manager-fileWill Thompson1-1/+4
2009-02-15Removed presence hack that was a bug in butterfly.Jonny Lamb1-7/+0
2009-02-01Renamed requests-message.py to message.py.Jonny Lamb1-0/+0
2009-02-01Removed old examples/message.py.Jonny Lamb1-114/+0
2009-01-22examples/file-transfer.py: FileTransfer is now stable so use generated interf...Guillaume Desmottes1-13/+5
2009-01-08message.py: Added timeouts and use ready_handler to make it to work with butt...Jonny Lamb1-32/+31
2009-01-07Added a timeout to make sure contacts are ready before sending messages.Jonny Lamb1-9/+13
2009-01-07requests-message.py: Call SetPresence to set the contact available which is n...Jonny Lamb1-1/+4
2009-01-06Removed witty debugging message.Jonny Lamb1-1/+0
2009-01-06Added requests-message.py.Jonny Lamb1-0/+114
2008-12-10file-transfer.py: delay file offerGuillaume Desmottes1-0/+5
2008-12-04Merge branch 'file-transfer'Guillaume Desmottes1-0/+229