about summary refs log tree commit diff stats
path: root/docs/profanity-resource.1
diff options
context:
space:
mode:
Diffstat (limited to 'docs/profanity-resource.1')
-rw-r--r--docs/profanity-resource.143
1 files changed, 43 insertions, 0 deletions
diff --git a/docs/profanity-resource.1 b/docs/profanity-resource.1
new file mode 100644
index 00000000..ea34a102
--- /dev/null
+++ b/docs/profanity-resource.1
@@ -0,0 +1,43 @@
+.TH man 1 "2021-09-28" "0.11.0" "Profanity XMPP client"
+
+.SH NAME
+/resource
+
+.SH DESCRIPTION
+Override chat session resource, and manage resource display settings.
+
+.SH SYNOPSIS
+/resource set <resource>
+
+.LP
+/resource off
+
+.LP
+/resource title on|off
+
+.LP
+/resource message on|off
+
+.LP
+
+.SH ARGUMENTS
+.PP
+\fBset <resource>\fR
+.RS 4
+Set the resource to which messages will be sent.
+.RE
+.PP
+\fBoff\fR
+.RS 4
+Let the server choose which resource to route messages to.
+.RE
+.PP
+\fBtitle on|off\fR
+.RS 4
+Show or hide the current resource in the titlebar.
+.RE
+.PP
+\fBmessage on|off\fR
+.RS 4
+Show or hide the resource when showing an incoming message.
+.RE