Release 0.13.0

This commit is contained in:
Michael Vetter
2022-09-13 11:50:49 +02:00
parent 68e9de02df
commit a8e6b26ee1
105 changed files with 5583 additions and 4 deletions

43
docs/profanity-resource.1 Normal file
View File

@@ -0,0 +1,43 @@
.TH man 1 "2022-09-13" "0.13.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