mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
45 lines
638 B
Groff
45 lines
638 B
Groff
.TH man 1 "2022-09-13" "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
|