diff options
author | Matthew Wild <mwild1@gmail.com> | 2020-04-23 13:53:18 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2020-04-23 13:53:18 +0100 |
commit | 51b769dc243f2c7a29c81e383400734304d3e7bf (patch) | |
tree | 5049caa623fcdfd2296f00009ea8ef73fc02c28b /spec/scansion/uptime.scs | |
parent | 4fdc7610738d092181ba0fe5f7fc1e5bee17e90e (diff) | |
parent | 80aaa484c38af613e61ad2f1af0ca186933ab3b8 (diff) | |
download | prosody-51b769dc243f2c7a29c81e383400734304d3e7bf.tar.gz prosody-51b769dc243f2c7a29c81e383400734304d3e7bf.zip |
Merge with upstream trunk
Diffstat (limited to 'spec/scansion/uptime.scs')
-rw-r--r-- | spec/scansion/uptime.scs | 21 |
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 |