summaryrefslogtreecommitdiff
path: root/tests/twisted/tubes/offer-muc-dbus-tube.py
AgeCommit message (Expand)AuthorFilesLines
2012-07-20muc-channel: disappear from the bus when not requestedJonny Lamb1-36/+21
2012-07-20tubes test: fix up now that we return text & tube channels togetherJonny Lamb1-29/+11
2012-05-17tube tests: remove all Chan.T.Tubes testsJonny Lamb1-174/+53
2011-01-17muc tests: ensure unavailable presence is echoed when closing a MUCJonny Lamb1-3/+11
2011-01-11gabbletest.py: automatically connect connectionsJonny Lamb1-7/+2
2010-12-20test that big messages are properly split in D-Bus muc tubesGuillaume Desmottes1-0/+24
2010-12-01Remove erroneous assertions from Tube tests.Will Thompson1-5/+0
2010-10-04Don't announce new tubes channel until the muc is readySjoerd Simons1-9/+17
2010-07-14muc-factory: rearrange which NewChannels signals come firstJonny Lamb1-46/+66
2010-01-08Small race-protectionSjoerd Simons1-1/+3
2010-01-08Use the right muc namespace for participantsSjoerd Simons1-2/+2
2009-09-09offer-muc-dbus-tube: rejoin a room containing a previously created tubeGuillaume Desmottes1-1/+51
2009-09-09offer-muc-dbus-tube: factor out bob_in_tube()Guillaume Desmottes1-18/+21
2009-09-09offer-muc-dbus-tube.py: fix a typoGuillaume Desmottes1-1/+1
2009-09-09check that ListTubes() return tubes created using the new APIGuillaume Desmottes1-0/+6
2009-07-29tests: use constants for StatusChanged arguments throughoutSimon McVittie1-1/+2
2009-07-14Remove Disconnect() call from testsGuillaume Desmottes1-5/+0
2009-05-26run D-Bus tube tests with the Localhost access controlGuillaume Desmottes1-0/+2
2009-05-26add LocalHost to SupportedAccessControlsGuillaume Desmottes1-1/+2
2009-05-26add an access_control param to D-Bus tube testsGuillaume Desmottes1-3/+5
2009-05-26check value of the SupportedAccessControls propertyGuillaume Desmottes1-0/+1
2009-05-26check if Gabble raises the right error if we pass an invalid access_control t...Guillaume Desmottes1-1/+9
2009-05-26DBusTube.{Offer,Accept} now have an access_control argumentGuillaume Desmottes1-1/+1
2009-04-29Sync with latest tube spec DRAFTGuillaume Desmottes1-2/+2
2009-04-15use assertContainsGuillaume Desmottes1-2/+2
2009-04-15offer-muc-{dbus,stream}-tube.py: check if the channel is in Requests's Channe...Guillaume Desmottes1-0/+5
2009-04-08clean up pyflakes warnings in testsDafydd Harries1-46/+46
2009-03-12get_muc_tubes_channel: return the room handle instead of an array containing ...Guillaume Desmottes1-3/+3
2009-03-01Add helper functions to join a MUC in tests.Will Thompson1-19/+11
2009-02-11offer-muc-dbus-tube: fix to use new tube APIGuillaume Desmottes1-12/+4
2009-02-05offer-muc-dbus-tube: check DBusNames propertyGuillaume Desmottes1-0/+6
2009-02-05offer-muc-dbus-tube: remove old commentGuillaume Desmottes1-1/+0
2009-02-05offer-muc-dbus-tube.py: factor out check_tube_in_presenceGuillaume Desmottes1-62/+38
2009-02-05 offer-muc-dbus-tube: check if DBusNamesChanged is fired when a contact leave...Guillaume Desmottes1-1/+12
2009-02-05offer-muc-dbus-tube.py: factor out fire_signal_on_tubeGuillaume Desmottes1-28/+34
2009-02-05offer-muc-dbus-tube.py: wait we have offered the tube before getting our handleGuillaume Desmottes1-3/+4
2009-02-05offer-muc-dbus-tube.py: check if DBusNamesChanged is fired when a user joins ...Guillaume Desmottes1-2/+34
2009-02-05offer-muc-dbus-tube: test if DBusNamesChanged (new API) is fired when offerin...Guillaume Desmottes1-2/+10
2009-02-05offer-muc-dbus-tube.py: ensure to catch the old DBusNamesChanged signalGuillaume Desmottes1-1/+1
2009-02-05offer-muc-dbus-tube.py: start to test new APIGuillaume Desmottes1-2/+141
2009-02-05offer-muc-dbus-tube: use more constants from constants.pyGuillaume Desmottes1-11/+7
2009-02-03Use ns.py everywhere in tubes testsWill Thompson1-9/+3
2009-02-03Don't import * from tubetestutilWill Thompson1-2/+2
2009-02-03Extract checking ListTubes() to a helper functionWill Thompson1-8/+5
2009-01-31Tests: use dbus.PROPERTIES_IFACE instead of hardcoded stringAlban Crequy1-2/+2
2009-01-12rename test-muc-offer-dbus-tube.py to offer-muc-dbus-tube.pyGuillaume Desmottes1-0/+188