From b96341a58f9bcf8829e34b17d766f55a58c3f82d Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Mon, 30 Nov 2020 21:00:45 +0100 Subject: mod_mam: Advertise extended MAM 0.7.x behind a feature flag In order to ease testing until the extended feautres are all implemented. Also TODOs for all the sub-features. --- spec/scansion/mam_extended.scs | 78 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 spec/scansion/mam_extended.scs (limited to 'spec/scansion/mam_extended.scs') diff --git a/spec/scansion/mam_extended.scs b/spec/scansion/mam_extended.scs new file mode 100644 index 00000000..033547dd --- /dev/null +++ b/spec/scansion/mam_extended.scs @@ -0,0 +1,78 @@ +# MAM 0.7.x Extended features + +[Client] Romeo + jid: extmamtester@localhost + password: password + +--------- + +Romeo connects + +# Enable MAM so we can save some messages +Romeo sends: + + + + + + + +Romeo receives: + + + + + + + +# Some messages to look for later +Romeo sends: + + Hello + + +Romeo sends: + + U there? + + +Romeo sends: + + + + +Romeo receives: + + + + + + Hello + + + + + +Romeo receives: + + + + + + U there? + + + + + +# FIXME unstable tag order from util.rsm +Romeo receives: + + + + 2 + + + + + -- cgit v1.2.3