From 3b8e8f6a452feb5a7e2fde95af5d827bc9ce4e8e Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Wed, 27 Feb 2019 10:27:17 +0100 Subject: spec: Add test case for #1322 --- spec/scansion/pubsub_multi_items.scs | 202 +++++++++++++++++++++++++++++++++++ 1 file changed, 202 insertions(+) create mode 100644 spec/scansion/pubsub_multi_items.scs (limited to 'spec') diff --git a/spec/scansion/pubsub_multi_items.scs b/spec/scansion/pubsub_multi_items.scs new file mode 100644 index 00000000..147aaa8d --- /dev/null +++ b/spec/scansion/pubsub_multi_items.scs @@ -0,0 +1,202 @@ +# Pubsub: Requesting multiple specific items from a node (#1322) + +[Client] Alice + jid: admin@localhost + password: password + +--------- + +Alice connects + +Alice sends: + + +Alice receives: + + +Alice sends: + + + + + + +Alice receives: + + +Alice sends: + + + + + + +Alice receives: + + + + + + http://jabber.org/protocol/pubsub#node_config + + + + + + + 20 + + + 0 + + + + + + + + open + + + + + + publishers + + + 1 + + + 1 + + + + + headline + + + 1 + + + 1 + + + + + + +Alice sends: + + + + + foo + + + + + +Alice receives: + + + + + + + + +Alice sends: + + + + + bar + + + + + +Alice receives: + + + + + + + + +Alice sends: + + + + + + + + + +Alice receives: + + + + + foo + + + bar + + + + + +Alice sends: + + + + + + +Alice receives: + + + + + foo + + + bar + + + + + +Alice sends: + + + + + + +Alice receives: + + -- cgit v1.2.3