README.md

changeset 167
8b322a7eca1e
parent 143
28b92d201120
equal deleted inserted replaced
166:5d39804f108b 167:8b322a7eca1e
3 Scansion executes simple scripts containing XMPP stanzas. It sends stanzas 3 Scansion executes simple scripts containing XMPP stanzas. It sends stanzas
4 in the script, and awaits the response, and verifies it matches what the 4 in the script, and awaits the response, and verifies it matches what the
5 script expects. 5 script expects.
6 6
7 You can find some example scripts in the `scripts/` directory. 7 You can find some example scripts in the `scripts/` directory.
8
9 Scansion is used by the Prosody XMPP server project to provide integration tests, and
10 has a large number of [Scansion scripts](https://hg.prosody.im/trunk/file/tip/spec/scansion).
11 While many of the scripts there may test for Prosody-specific behaviour, Scansion itself can
12 be used with any XMPP server.
13
14 ## Links
15
16 - Documentation can be found at https://matthewwild.co.uk/projects/scansion
17 - Source code at https://code.matthewwild.co.uk/scansion
8 18
9 ## Setup 19 ## Setup
10 20
11 ### Requirements 21 ### Requirements
12 22

mercurial