# HG changeset patch # User Matthew Wild # Date 1549020938 0 # Node ID 8b322a7eca1eb4afc2a16c9a44cb9202cfc38609 # Parent 5d39804f108b8abfef7bbab9dc4f9acafbab92b8 README: Add intro and links diff -r 5d39804f108b -r 8b322a7eca1e README.md --- a/README.md Fri Feb 01 11:22:20 2019 +0000 +++ b/README.md Fri Feb 01 11:35:38 2019 +0000 @@ -6,6 +6,16 @@ You can find some example scripts in the `scripts/` directory. +Scansion is used by the Prosody XMPP server project to provide integration tests, and +has a large number of [Scansion scripts](https://hg.prosody.im/trunk/file/tip/spec/scansion). +While many of the scripts there may test for Prosody-specific behaviour, Scansion itself can +be used with any XMPP server. + +## Links + +- Documentation can be found at https://matthewwild.co.uk/projects/scansion +- Source code at https://code.matthewwild.co.uk/scansion + ## Setup ### Requirements