blob: 188b9eb59dd3af5ca66c3f180e72e1e48cfa8559 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
|