summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2007-10-01move muc and private tubes client specific class to tube-stream-{muc,private}.pyGuillaume Desmottes3-54/+57
2007-10-01stream_tube_client.py: print a message when the joiner is waiting for a tube ...Guillaume Desmottes1-0/+5
2007-10-01stream_tube_client.py: coding style tweaksGuillaume Desmottes1-12/+12
2007-10-01stream_tube_client.py: pass byte_arrays=True to GetStreamTubeSocketAddressGuillaume Desmottes1-4/+4
2007-10-01add examples/tube-stream-private.pyGuillaume Desmottes1-0/+33
2007-10-01stream_tube_client.py: add StreamTubeInitiatorPrivateClient and StreamTubeJoi...Guillaume Desmottes1-0/+25
2007-10-01stream_tube_client.py: move muc specific behaviour to StreamTube{Initiator,Jo...Guillaume Desmottes2-25/+34
2007-10-01stream_tube_client.py: set "x-example" as serviceGuillaume Desmottes1-1/+1
2007-10-01factor out stream tubes demo code to stream_tube_client.pyGuillaume Desmottes2-263/+266
2007-10-01rename {Initiator,Joiner}Client to StreamTube{Initiator,Joiner}ClientGuillaume Desmottes1-14/+14
2007-10-01tube-stream-muc.py: use self.conn.dbus_proxy.bus_name instead of self.conn._d...Guillaume Desmottes1-5/+3
2007-10-01tube-dbus: use self.conn.dbus_proxy.bus_name instead of self.conn._dbus_objec...Guillaume Desmottes1-5/+3
2007-10-01add examples/tube-stream-muc.pyGuillaume Desmottes1-0/+296
2007-09-29call.py: Fix the definition of run_main_loopSjoerd Simons1-1/+1
2007-09-27examples/tube-dbus-muc.py: add a workaround to be sure to join the right room...Guillaume Desmottes1-0/+4
2007-09-26use dbus.service.Object instead of ExportedGObjectGuillaume Desmottes1-3/+2
2007-09-26tube-dbus-muc.py: connect tubes signals before the ListTubes call to avoid to...Guillaume Desmottes1-7/+6
2007-09-26add examples/tube-dbus-muc.pyGuillaume Desmottes1-0/+236
2007-09-26copy ./examples/tubeconn.py from sugarGuillaume Desmottes1-0/+108
2007-09-26Update call-gtk.py to use new call.py APIXavier Claessens2-17/+7
2007-09-11Use CONN_MGR_PARAM_FLAG_HAS_DEFAULT to determine whether a parameter has a de...Will Thompson1-3/+3
2007-09-11Include default values in generated .manager filesWill Thompson1-0/+14
2007-09-11Handle register flag; use CONN_MGR_PARAM_FLAG_REQUIRED not 1LWill Thompson1-3/+8
2007-08-31Sort the generated manager file by protocol nameWill Thompson1-1/+3
2007-08-31Rename variables to less haze-specific alternativesWill Thompson1-4/+4
2007-08-31Add generate-manager-file.pyWill Thompson2-3/+38
2007-06-13add README file to exmaples directory which explains account filesDafydd Harries1-0/+19
2007-05-18add chatroom exampleDafydd Harries1-0/+66
2007-06-01Fix watch exampleSimon McVittie1-1/+1
2007-06-01Fix call examplesSimon McVittie2-48/+43
2007-06-01examples/roomlist.py: use request_channelSimon McVittie1-26/+2
2007-06-01examples/roster.py: use request_channelSimon McVittie1-5/+1
2007-06-01examples/deny.py: remove _valid_interfaces hackSimon McVittie1-2/+0
2007-06-01examples/aliases.py: make more exemplarySimon McVittie1-24/+19
2007-06-01examples/avatar.py: remove the _valid_interfaces hackSimon McVittie1-11/+4
2007-06-01examples/account.py: support ready_handler when making a ConnectionSimon McVittie1-5/+5
2007-06-01call: remove the _valid_interfaces hackSimon McVittie1-1/+0
2007-06-01call, call-gtk: take out the --directed hackSimon McVittie2-45/+19
2007-06-01message.py: stop using the TextChannel hackSimon McVittie1-6/+1
2007-05-23Fix cut & paste errorSimon McVittie1-1/+1
2007-05-23Make examples more exemplary: stop using private API of both telepathy-python...Simon McVittie7-28/+11
2007-04-23message.py: wait longer for message to be sentSimon McVittie1-1/+1
2007-03-02Add comment indicating why Disconnect() is delayed in message.py. Don't delay...Simon McVittie1-1/+4
2007-03-02Fix message.py so it quits with a small delay - otherwise we disconnect Gabbl...Simon McVittie1-1/+2
2007-03-02Add examples/message.py, a simple text message sender/receiverSimon McVittie1-0/+117
2007-02-28Merge with upstreamSimon McVittie1-5/+12
2007-02-28examples/call.py, examples/call-gtk.py: Accept option --directed to use the s...Simon McVittie2-24/+45
2007-02-28call-gtk: When interrupted, call a function which actually existsSimon McVittie1-1/+1
2007-02-28call-gtk: Work correctly with dbus-python 0.80Simon McVittie1-2/+3
2007-02-15Add examples/roomlist.py, a simple room-listing demonstrationSimon McVittie1-0/+118