about summary refs log tree commit diff stats
path: root/docs/profanity-caps.1
diff options
context:
space:
mode:
Diffstat (limited to 'docs/profanity-caps.1')
-rw-r--r--docs/profanity-caps.138
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..2013b42e
--- /dev/null
+++ b/docs/profanity-caps.1
@@ -0,0 +1,38 @@
+.TH man 1 "2022-10-12" "0.13.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
.mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
void returns_false_when_chat_session_does_not_exist(void **state);
void creates_chat_session_on_recipient_activity(void **state);
void replaces_chat_session_on_recipient_activity_with_different_resource(void **state);
void removes_chat_session(void **state);