From e15cccfb97b7298398622bdeddd5bf579b3b1baf 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/issue505.scs | 77 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 spec/scansion/issue505.scs (limited to 'spec/scansion/issue505.scs') diff --git a/spec/scansion/issue505.scs b/spec/scansion/issue505.scs new file mode 100644 index 00000000..6d4d27b7 --- /dev/null +++ b/spec/scansion/issue505.scs @@ -0,0 +1,77 @@ +[Client] Romeo + jid: user@localhost + password: password + +[Client] Juliet + 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 sends: + + Farewell + + +Romeo receives: + + Farewell + + + + -- cgit v1.2.3