aboutsummaryrefslogtreecommitdiffstats
path: root/spec/scansion/uptime.scs
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2020-04-23 13:53:18 +0100
committerMatthew Wild <mwild1@gmail.com>2020-04-23 13:53:18 +0100
commit51b769dc243f2c7a29c81e383400734304d3e7bf (patch)
tree5049caa623fcdfd2296f00009ea8ef73fc02c28b /spec/scansion/uptime.scs
parent4fdc7610738d092181ba0fe5f7fc1e5bee17e90e (diff)
parent80aaa484c38af613e61ad2f1af0ca186933ab3b8 (diff)
downloadprosody-51b769dc243f2c7a29c81e383400734304d3e7bf.tar.gz
prosody-51b769dc243f2c7a29c81e383400734304d3e7bf.zip
Merge with upstream trunk
Diffstat (limited to 'spec/scansion/uptime.scs')
-rw-r--r--spec/scansion/uptime.scs21
1 files changed, 21 insertions, 0 deletions
diff --git a/spec/scansion/uptime.scs b/spec/scansion/uptime.scs
new file mode 100644
index 00000000..188b9eb5
--- /dev/null
+++ b/spec/scansion/uptime.scs
@@ -0,0 +1,21 @@
+# XEP-0012: Last Activity / mod_uptime
+
+[Client] Romeo
+ jid: romeo@localhost
+ password: password
+
+-----
+
+Romeo connects
+
+Romeo sends:
+ <iq id='a' type='get' to='localhost'>
+ <query xmlns='jabber:iq:last'/>
+ </iq>
+
+Romeo receives:
+ <iq type='result' id='a' from='localhost'>
+ <query xmlns='jabber:iq:last' seconds='0'/>
+ </iq>
+
+Romeo disconnects