From d78bd730e5654ba99f1fbdda5ef07b8b271efe4b Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Thu, 6 Sep 2018 16:44:48 +0100 Subject: spec/scansion: Add scansion scripts used for testing All past, except issue978-multi which fails randomly based on ordering of elements - this is a scansion issue to be resolved. --- spec/scansion/basic_roster.scs | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 spec/scansion/basic_roster.scs (limited to 'spec/scansion/basic_roster.scs') diff --git a/spec/scansion/basic_roster.scs b/spec/scansion/basic_roster.scs new file mode 100644 index 00000000..2655639a --- /dev/null +++ b/spec/scansion/basic_roster.scs @@ -0,0 +1,39 @@ +[Client] Romeo + jid: user@localhost + password: password + +[Client] Juliet + jid: juliet@localhost + password: password + +--------- + +Romeo connects + +Juliet connects + +Romeo sends: + + +Romeo receives: + + +Romeo sends: + + + + +Romeo receives: + + + + +Romeo disconnects + +#Juliet receives: +# +# +#Juliet receives: +# +# +#Juliet disconnects -- cgit v1.2.3