Software /
code /
prosody
Comparison
spec/scansion/uptime.scs @ 10731:8e2f9d0fa72d
mod_uptime: Add scansion test coverage
Once the Prosody is up, who cares when it comes down?
That's not my department, says scanison.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 20 Apr 2020 19:22:54 +0200 |
comparison
equal
deleted
inserted
replaced
10730:76c9320f69a1 | 10731:8e2f9d0fa72d |
---|---|
1 # XEP-0012: Last Activity / mod_uptime | |
2 | |
3 [Client] Romeo | |
4 jid: romeo@localhost | |
5 password: password | |
6 | |
7 ----- | |
8 | |
9 Romeo connects | |
10 | |
11 Romeo sends: | |
12 <iq id='a' type='get' to='localhost'> | |
13 <query xmlns='jabber:iq:last'/> | |
14 </iq> | |
15 | |
16 Romeo receives: | |
17 <iq type='result' id='a' from='localhost'> | |
18 <query xmlns='jabber:iq:last' seconds='0'/> | |
19 </iq> | |
20 | |
21 Romeo disconnects |