Remove `resource` from docs.

v0.6
Martin Dosch 10 months ago
parent b773131f9e
commit f6f67c3072
No known key found for this signature in database
GPG Key ID: 52A57CFCE13D657D

@ -114,9 +114,6 @@ Usage: go-sendxmpp [-cdilnt] [-a value] [-f value] [--headline] [--help] [-h val
-p, --password=value
Password for XMPP account.
--raw Send raw XML.
-r, --resource=value
Set resource. When sending to a chatroom this is used as
'alias'. DEPRECATED: Use --alias instead.
--timeout=value
Connection timeout in seconds. [10]
-t, --tls Use direct TLS.

@ -1,6 +1,6 @@
.\" generated with Ronn-NG/v0.9.1
.\" http://github.com/apjanke/ronn-ng/tree/0.9.1
.TH "GO\-SENDXMPP" "1" "June 2023" ""
.TH "GO\-SENDXMPP" "1" "September 2023" ""
.SH "NAME"
\fBgo\-sendxmpp\fR \- A tool to send messages to an XMPP contact or MUC\.
.SH "SYNOPSIS"
@ -86,9 +86,6 @@ Password for XMPP account\.
\fB\-\-raw\fR
Send raw XML\. To send raw XML to a contact as normal chat message no contact must be specified\. To send raw XML to a MUC you have to specify the MUC via \fB\-c\fR and go\-sendxmpp will join the MUC\.
.TP
\fB\-r\fR, \fB\-\-resource\fR=[\fIvalue\fR]
DEPRECATED: Set resource\. When sending to a chatroom this is used as 'alias'\.
.TP
\fB\-\-timeout=\fR[\fIvalue\fR]
Connection timeout in seconds\. (Default: 10)
.TP

@ -182,9 +182,6 @@ it might be imported using <code>--ox-import-privkey</code>.</dd>
<dd>Send raw XML. To send raw XML to a contact as normal chat message no contact must be specified.
To send raw XML to a MUC you have to specify the MUC via <code>-c</code> and go-sendxmpp will join the MUC.</dd>
<dt>
<code>-r</code>, <code>--resource</code>=[<var>value</var>]</dt>
<dd>DEPRECATED: Set resource. When sending to a chatroom this is used as 'alias'.</dd>
<dt>
<code>--timeout=</code>[<var>value</var>]</dt>
<dd>Connection timeout in seconds. (Default: 10)</dd>
<dt>
@ -235,7 +232,7 @@ License: BSD 2-clause License</p>
<ol class='man-decor man-foot man foot'>
<li class='tl'></li>
<li class='tc'>June 2023</li>
<li class='tc'>September 2023</li>
<li class='tr'>go-sendxmpp(1)</li>
</ol>

@ -107,9 +107,6 @@ Password for XMPP account.
Send raw XML. To send raw XML to a contact as normal chat message no contact must be specified.
To send raw XML to a MUC you have to specify the MUC via `-c` and go-sendxmpp will join the MUC.
* `-r`, `--resource`=[<value>]:
DEPRECATED: Set resource. When sending to a chatroom this is used as 'alias'.
* `--timeout=`[<value>]:
Connection timeout in seconds. (Default: 10)

Loading…
Cancel
Save