mirror of https://github.com/bjc/prosody
Once the Prosody is up, who cares when it comes down? That's not my department, says scanison.remotes/origin/master
parent
5955cc3924
commit
85b09097dc
@ -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 |
||||
Loading…
Reference in new issue