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/issue978-multi.scs | 109 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 spec/scansion/issue978-multi.scs (limited to 'spec/scansion/issue978-multi.scs') diff --git a/spec/scansion/issue978-multi.scs b/spec/scansion/issue978-multi.scs new file mode 100644 index 00000000..340f2b27 --- /dev/null +++ b/spec/scansion/issue978-multi.scs @@ -0,0 +1,109 @@ +[Client] Romeo + jid: user@localhost + password: password + +[Client] Juliet + jid: user2@localhost + password: password + +[Client] Juliet's phone + jid: user2@localhost + password: password + +----- + +Romeo connects + +Romeo sends: + + + + +Romeo receives: + + + + + + + + +Romeo receives: + + +# Submit config form +Romeo sends: + + + + + http://jabber.org/protocol/muc#roomconfig + + + + + +Romeo receives: + + + +# Juliet connects, and joins the room +Juliet connects + +Juliet sends: + + + + +Juliet receives: + + +Juliet receives: + + +Juliet receives: + + +Romeo receives: + + +# Juliet's phone connects, and joins the room +Juliet's phone connects + +Juliet's phone sends: + + + + +Juliet's phone receives: + + +Juliet's phone receives: + + +Juliet's phone receives: + + +Romeo receives: + + + + + + + +# Juliet leaves with an error +Juliet sends: + + + + Test error + + + +Romeo receives: + + + + + -- cgit v1.2.3