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