From b2e5f148eb7c9973b6ed26c35309e2c1f688ed42 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Wed, 31 Oct 2018 14:19:01 +0000 Subject: muc_register.scs: Fix to expect new affiliation change notifications --- spec/scansion/muc_register.scs | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'spec') diff --git a/spec/scansion/muc_register.scs b/spec/scansion/muc_register.scs index 1cd8e36e..98af33f1 100644 --- a/spec/scansion/muc_register.scs +++ b/spec/scansion/muc_register.scs @@ -56,6 +56,13 @@ Romeo sends: +Romeo receives: + + + + + + Romeo receives: @@ -186,6 +193,15 @@ Juliet sends: Juliet receives: +# Romeo is notified of Juliet's sad decision + +Romeo receives: + + + + + + # Rosaline attempts once more to sneak into the room, disguised as Juliet Rosaline sends: @@ -236,6 +252,15 @@ Romeo receives: +# An out-of-room affiliation change is received for Juliet + +Romeo receives: + + + + + + Romeo receives: -- cgit v1.2.3 From 3d94d0aa512855b627135aedd48c6e6885cf1eac Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Wed, 31 Oct 2018 13:18:01 +0000 Subject: muc_affiliation_notify.scs: Remove trailing whitespace --- spec/scansion/muc_affiliation_notify.scs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec') diff --git a/spec/scansion/muc_affiliation_notify.scs b/spec/scansion/muc_affiliation_notify.scs index 3a62e0d2..e7d21fcd 100644 --- a/spec/scansion/muc_affiliation_notify.scs +++ b/spec/scansion/muc_affiliation_notify.scs @@ -131,7 +131,7 @@ Romeo sends: Finished! -Juliet receives: +Juliet receives: Finished! -- cgit v1.2.3 From 29d7bdbddf51ff603d2133230b6a73facb8af38a Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Wed, 31 Oct 2018 13:30:38 +0000 Subject: issue1224.scs: Update title --- spec/scansion/issue1224.scs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec') diff --git a/spec/scansion/issue1224.scs b/spec/scansion/issue1224.scs index 40228182..beeb1e6d 100644 --- a/spec/scansion/issue1224.scs +++ b/spec/scansion/issue1224.scs @@ -1,4 +1,4 @@ -# MUC: Room registration and reserved nicknames +# MUC: Handle affiliation changes from buggy clients [Client] Romeo jid: user@localhost -- cgit v1.2.3 From 7d020141b2c811369985c012450856456c15ea58 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Wed, 31 Oct 2018 14:18:36 +0000 Subject: issue1224.scs: Fix to expect new affiliation change notifications --- spec/scansion/issue1224.scs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'spec') diff --git a/spec/scansion/issue1224.scs b/spec/scansion/issue1224.scs index beeb1e6d..b75cfbd1 100644 --- a/spec/scansion/issue1224.scs +++ b/spec/scansion/issue1224.scs @@ -52,6 +52,13 @@ Romeo sends: +Romeo receives: + + + + + + Romeo receives: -- cgit v1.2.3