File: profanity-status.1

package info (click to toggle)
profanity 0.16.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,044 kB
  • sloc: ansic: 78,684; makefile: 552; python: 212; sh: 179
file content (48 lines) | stat: -rw-r--r-- 760 bytes parent folder | download
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
45
46
47
48
.TH man 1 "2026-02-23" "0.16.0" "Profanity XMPP client"

.SH NAME
/status

.SH DESCRIPTION
/status get: Find out a contact, or room members presence information. /status set: set own status.

.SH SYNOPSIS
/status set <state> ["<message>"]

.LP
/status get <contact>|<nick>

.LP

.SH ARGUMENTS
.PP
\fB<state>\fR
.RS 4
Own status. Possible values: chat, online, away, dnd, xa
.RE
.PP
\fB<message>\fR
.RS 4
Optional message to use with the status. Needs quotation marks if it's more than one word.
.RE
.PP
\fB<contact>\fR
.RS 4
The contact who's presence you which to see.
.RE
.PP
\fB<nick>\fR
.RS 4
If in a chat room, the occupant who's presence you wish to see.
.RE

.SH EXAMPLES
/status get odin@valhalla.edda

.LP
/status get jon

.LP
/status set online

.LP