diff options
Diffstat (limited to 'spec/scansion')
-rw-r--r-- | spec/scansion/keep_full_sub_req.scs | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/spec/scansion/keep_full_sub_req.scs b/spec/scansion/keep_full_sub_req.scs index 5a5e1fdf..244c1d55 100644 --- a/spec/scansion/keep_full_sub_req.scs +++ b/spec/scansion/keep_full_sub_req.scs @@ -8,6 +8,10 @@ jid: pars-b@localhost password: password +[Client] Bob's phone + jid: pars-b@localhost/phone + password: password + --------- Alice connects @@ -36,19 +40,19 @@ Bob disconnects # Works if they reconnect too -Bob connects +Bob's phone connects -Bob sends: +Bob's phone sends: <presence/> -Bob receives: - <presence from="${Bob's full JID}"/> +Bob's phone receives: + <presence from="${Bob's phone's full JID}"/> -Bob receives: +Bob's phone receives: <presence from="${Alice's JID}" type="subscribe"> <preauth xmlns="urn:xmpp:pars:0" token="1tMFqYDdKhfe2pwp" /> </presence> -Bob disconnects +Bob's phone disconnects |