summaryrefslogtreecommitdiff
path: root/examples/tube-stream-muc.py
AgeCommit message (Expand)AuthorFilesLines
2007-10-01move muc and private tubes client specific class to tube-stream-{muc,private}.pyGuillaume Desmottes1-2/+23
2007-10-01stream_tube_client.py: move muc specific behaviour to StreamTube{Initiator,Jo...Guillaume Desmottes1-6/+6
2007-10-01factor out stream tubes demo code to stream_tube_client.pyGuillaume Desmottes1-263/+2
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-01add examples/tube-stream-muc.pyGuillaume Desmottes1-0/+296