about summary refs log tree commit diff stats
path: root/docs/profanity-lastactivity.1
blob: 52d0277dd679f40b1feaee67cc3a1495bdfdfe32 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
.TH man 1 "2022-10-12" "0.13.0" "Profanity XMPP client"

.SH NAME
/lastactivity

.SH DESCRIPTION
Enable/disable sending last activity, and send last activity requests.

.SH SYNOPSIS
/lastactivity set on|off

.LP
/lastactivity get [<jid>]

.LP

.SH ARGUMENTS
.PP
\fBon|off\fR
.RS 4
Enable or disable sending of last activity.
.RE
.PP
\fB<jid>\fR
.RS 4
The JID of the entity to query. Omitting the JID will query your server for its uptime.
.RE

.SH EXAMPLES
/lastactivity get

.LP
/lastactivity set off

.LP
/lastactivity get freyja@asgaard.edda

.LP
/lastactivity get freyja@asgaard.edda/laptop

.LP
/lastactivity get someserver.com

.LP