mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
spec/scansion/blocking: Don't send stanzas after disconnecting
Probably casued by mod_scansion_record catching the unavailable presence generated by Prosody on disconnect. See #1549
This commit is contained in:
parent
0747cbea53
commit
6b456feb29
1 changed files with 4 additions and 4 deletions
|
@ -145,16 +145,16 @@ Juliet receives:
|
|||
</message>
|
||||
|
||||
# Bye
|
||||
Juliet disconnects
|
||||
|
||||
Juliet sends:
|
||||
<presence type="unavailable"/>
|
||||
|
||||
Juliet disconnects
|
||||
|
||||
Romeo receives:
|
||||
<presence from="${Juliet's full JID}" to="${Romeo's JID}" type="unavailable"/>
|
||||
|
||||
Romeo disconnects
|
||||
|
||||
Romeo sends:
|
||||
<presence type="unavailable"/>
|
||||
|
||||
Romeo disconnects
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue