summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* run tube tests with BytestreamS5BRelayGuillaume Desmottes2009-03-241-2/+2
* announce a SOCKS proxy in some tube testsGuillaume Desmottes2009-03-243-8/+18
* add Initiator side to BytestreamS5BRelayGuillaume Desmottes2009-03-241-0/+52
* bytestream.py: add announce_socks5_proxyGuillaume Desmottes2009-03-241-13/+41
* add BytestreamS5BRelayGuillaume Desmottes2009-03-241-0/+14
* wait_bytestream_open: ensure we found one streamhostGuillaume Desmottes2009-03-241-0/+5
* wait_bytestream_open: don't assert if a relay is present in S5B offerGuillaume Desmottes2009-03-241-9/+7
* test-caps-tubes.py: import constants as csGuillaume Desmottes2009-03-241-47/+47
* test-caps-tubes.py: use new helper code from caps_helperGuillaume Desmottes2009-03-241-88/+5
* caps_helper: add more helper code from test-caps-tubes.pyGuillaume Desmottes2009-03-241-1/+82
* Delete vcard/test-vcard-torture.pyWill Thompson2009-03-231-57/+0
* Delete vcard/test-vcard-set-and-get.pyWill Thompson2009-03-232-106/+0
* Simplify muc/test-muc-alias.py to use helper functionsWill Thompson2009-03-231-32/+17
* Remove vcard/test-muc-alias.pyWill Thompson2009-03-232-80/+0
* Port test-vcard-race to newer test APIWill Thompson2009-03-231-117/+40
* Port test-save-alias-to-vcard.py to newer test apiWill Thompson2009-03-232-72/+17
* Add handle_[sg]et_vcard-alikes for new test APIWill Thompson2009-03-231-0/+28
* Merge branch 'codecs-updated-fixes'Will Thompson2009-03-231-2/+2
|\
| * Default codec channels to 0, not 1.Will Thompson2009-03-231-2/+2
* | Be more permissive when testing message-type.Will Thompson2009-03-231-4/+5
* | Unrace google-relay test.Will Thompson2009-03-231-4/+4
|/
* Ignore Google relay responses when session diesWill Thompson2009-03-201-6/+36
* Send and receive message-token/delivery-token/sent message tokens, using the ...Simon McVittie2009-03-185-18/+64
* Merge branch 'master' into socks5-revertedGuillaume Desmottes2009-03-1345-445/+765
|\
| * Merge branch 'codecs-updated'Will Thompson2009-03-123-8/+224
| |\
| | * Reject transport-infos changing rate/channelsWill Thompson2009-03-051-3/+14
| | * Test remote end sending a parameter updateWill Thompson2009-03-052-6/+17
| | * Don't let CodecsUpdated change clockrate/channelsWill Thompson2009-03-051-4/+17
| | * Notice and send changes to local codec parametersWill Thompson2009-03-021-6/+15
| | * Send a parameter along with initial local codecsWill Thompson2009-03-022-2/+12
| | * Only send codecs whose clockrate or channels have changed.Will Thompson2009-03-021-10/+8
| | * Update (not replace) remote codecs on transport-infoWill Thompson2009-03-021-11/+27
| | * Extract building huge codec tuple in testsWill Thompson2009-03-021-6/+7
| | * test-desc-info: expect the 'normal' SetRemoteCodecsWill Thompson2009-03-021-3/+12
| | * jingle tests: test codec update via description-infoSenko Rasic2009-03-022-0/+138
| * | Merge branch 'request-streams'Will Thompson2009-03-1223-78/+332
| |\ \
| | * | Constant-ify and tidy jingle/outgoing-many-streamsWill Thompson2009-03-122-75/+38
| | * | tests/twisted: Use conn.Requests instead of making a dbus.InterfaceSimon McVittie2009-03-1118-78/+35
| | * | servicetest: add SimplePresence and Requests to the magical interface listSimon McVittie2009-03-111-1/+1
| | * | jingle/outgoing-many-streams.py: test a pathologically large number of audio ...Simon McVittie2009-03-112-0/+281
| | * | jingle/test-outgoing-call-requestotron.py: exercise ListStreams in a basic wa...Simon McVittie2009-03-111-1/+20
| | * | jingle/test-outgoing-call.py: exercise ListStreams in a basic way, and make a...Simon McVittie2009-03-111-1/+20
| | * | jingle/test-incoming-call.py: exercise ListStreams in a basic waySimon McVittie2009-03-111-0/+15
| * | | Include SI namespace when expecting iq resultWill Thompson2009-03-121-1/+1
| * | | Merge branch 'get-muc'Guillaume Desmottes2009-03-124-88/+63
| |\ \ \
| | * | | add anonymous arg to get_muc_tubes_channelGuillaume Desmottes2009-03-121-2/+7
| | * | | offer-muc-stream-tube.py: use get_muc_tubes_channelGuillaume Desmottes2009-03-121-75/+8
| | * | | get_muc_tubes_channel: return the room handle instead of an array containing ...Guillaume Desmottes2009-03-123-8/+9
| | * | | get_muc_tubes_channel: use constantsGuillaume Desmottes2009-03-121-5/+5
| | * | | get_muc_tubes_channel: check NewChannels signalGuillaume Desmottes2009-03-121-2/+38