# HG changeset patch # User Kim Alvefur # Date 1543618735 -3600 # Node ID e41d8b12cb4723df2cdb30f77a6a14ad8c31ba6a # Parent 2702168747401186007ef245379ac192fe6e2bbc tests: Add scansion test for #689 about keeping the full subscription request stanza diff -r 270216874740 -r e41d8b12cb47 spec/scansion/keep_full_sub_req.scs --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/spec/scansion/keep_full_sub_req.scs Fri Nov 30 23:58:55 2018 +0100 @@ -0,0 +1,37 @@ +# server MUST keep a record of the complete presence stanza comprising the subscription request (#689) + +[Client] Alice + jid: pars-a@localhost + password: password + +[Client] Bob + jid: pars-b@localhost + password: password + +--------- + +Alice connects + +Alice sends: + + + + +Alice disconnects + +Bob connects + +Bob sends: + + +Bob receives: + + + +Bob receives: + + + + +Bob disconnects +