diff options
author | Kim Alvefur <zash@zash.se> | 2018-12-01 18:02:58 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2018-12-01 18:02:58 +0100 |
commit | 296555762ed5a515998d4b85d6d7fd4d9bfb62e5 (patch) | |
tree | 4b66482f1206b162931d708d5194e9a5ee0d1c5b /spec | |
parent | e999fee5c39278f767f7f508a2c0c964ec964cd1 (diff) | |
download | prosody-296555762ed5a515998d4b85d6d7fd4d9bfb62e5.tar.gz prosody-296555762ed5a515998d4b85d6d7fd4d9bfb62e5.zip |
spec/keep_full_sub_req: Add missing type attribute
Diffstat (limited to 'spec')
-rw-r--r-- | spec/scansion/keep_full_sub_req.scs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/scansion/keep_full_sub_req.scs b/spec/scansion/keep_full_sub_req.scs index 318bbb60..3b80b8b2 100644 --- a/spec/scansion/keep_full_sub_req.scs +++ b/spec/scansion/keep_full_sub_req.scs @@ -29,7 +29,7 @@ Bob receives: Bob receives: - <presence from="${Alice's JID}"> + <presence from="${Alice's JID}" type="subscribe"> <preauth xmlns="urn:xmpp:pars:0" token="1tMFqYDdKhfe2pwp" /> </presence> |