File: profanity-presence.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 (87 lines) | stat: -rw-r--r-- 1,362 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
.TH man 1 "2026-02-23" "0.16.0" "Profanity XMPP client"

.SH NAME
/presence

.SH DESCRIPTION
Show the contacts presence in the titlebar and configure presence messages in different window types.

.SH SYNOPSIS
/presence titlebar on|off

.LP
/presence console all|online|none

.LP
/presence chat all|online|none

.LP
/presence room all|online|none

.LP

.SH ARGUMENTS
.PP
\fBtitlebar on|off\fR
.RS 4
Switch display of the contacts presence in the titlebar on or off.
.RE
.PP
\fBconsole all\fR
.RS 4
Show all presence changes in the console window.
.RE
.PP
\fBconsole online\fR
.RS 4
Show only online/offline presence changes in the console window.
.RE
.PP
\fBconsole none\fR
.RS 4
Don't show any presence changes in the console window.
.RE
.PP
\fBchat all\fR
.RS 4
Show all presence changes in the chat windows.
.RE
.PP
\fBchat online\fR
.RS 4
Show only online/offline presence changes in chat windows.
.RE
.PP
\fBchat none\fR
.RS 4
Don't show any presence changes in chat windows.
.RE
.PP
\fBroom all\fR
.RS 4
Show all presence changes in chat room windows.
.RE
.PP
\fBroom online\fR
.RS 4
Show only online/offline presence changes in chat room windows.
.RE
.PP
\fBroom none\fR
.RS 4
Don't show any presence changes in chat room windows.
.RE

.SH EXAMPLES
/presence titlebar off

.LP
/presence console none

.LP
/presence chat online

.LP
/presence room all

.LP