diff options
Diffstat (limited to 'docs/profanity-caps.1')
-rw-r--r-- | docs/profanity-caps.1 | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/docs/profanity-caps.1 b/docs/profanity-caps.1 new file mode 100644 index 00000000..21855fd9 --- /dev/null +++ b/docs/profanity-caps.1 @@ -0,0 +1,38 @@ +.TH man 1 "2021-01-09" "0.10.0" "Profanity XMPP client" + +.SH NAME +/caps + +.SH DESCRIPTION +Find out a contacts, or room members client software capabilities. If in private chat initiated from a chat room, no parameter is required. + +.SH SYNOPSIS +/caps + +.LP +/caps <fulljid>|<nick> + +.LP + +.SH ARGUMENTS +.PP +\fB<fulljid>\fR +.RS 4 +If in the console or a chat window, the full JID for which you wish to see capabilities. +.RE +.PP +\fB<nick>\fR +.RS 4 +If in a chat room, nickname for which you wish to see capabilities. +.RE + +.SH EXAMPLES +/caps ran@cold.sea.org/laptop + +.LP +/caps ran@cold.sea.org/phone + +.LP +/caps aegir + +.LP |