Clarify that username should be a JID in the manpages too.

passwordmanager
Martin Dosch 4 years ago
parent ce11b65376
commit 8594c80856

@ -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" "May 2020" ""
.TH "GO\-SENDXMPP" "1" "June 2020" ""
.SH "NAME"
\fBgo\-sendxmpp\fR \- A little tool to send messages to an XMPP contact or MUC\.
.SH "SYNOPSIS"
@ -48,7 +48,7 @@ Set resource\. When sending to a chatroom this is used as \'alias\'\. (Default:
Use TLS\.
.TP
\fB\-u\fR, \fB\-\-username\fR=[\fIvalue\fR]
Username for XMPP account\.
Username for XMPP account (JID)\.
.TP
\fB\-x\fR, \fB\-\-start\-tls\fR
Use StartTLS\.

@ -133,7 +133,7 @@ compatibility with the original perl sendxmpp) if no other configuration file lo
<dd>Use TLS.</dd>
<dt>
<code>-u</code>, <code>--username</code>=[<var>value</var>]</dt>
<dd>Username for XMPP account.</dd>
<dd>Username for XMPP account (JID).</dd>
<dt>
<code>-x</code>, <code>--start-tls</code>
</dt>
@ -155,11 +155,11 @@ License: BSD 2-clause License</p>
<h2 id="SEE-ALSO">SEE ALSO</h2>
<p><span class="man-ref">go-sendxmpp<span class="s">(5)</span></span>, <span class="man-ref">sendxmpp<span class="s">(1)</span></span></p>
<p><a class="man-ref" href="go-sendxmpp.5.html">go-sendxmpp<span class="s">(5)</span></a>, <span class="man-ref">sendxmpp<span class="s">(1)</span></span></p>
<ol class='man-decor man-foot man foot'>
<li class='tl'></li>
<li class='tc'>May 2020</li>
<li class='tc'>June 2020</li>
<li class='tr'>go-sendxmpp(1)</li>
</ol>

@ -54,7 +54,7 @@ Set resource. When sending to a chatroom this is used as
Use TLS.
* `-u`, `--username`=[<value>]:
Username for XMPP account.
Username for XMPP account (JID).
* `-x`, `--start-tls`:
Use StartTLS.

@ -1,12 +1,12 @@
.\" generated with Ronn-NG/v0.9.1
.\" http://github.com/apjanke/ronn-ng/tree/0.9.1
.TH "GO\-SENDXMPP" "5" "May 2020" ""
.TH "GO\-SENDXMPP" "5" "June 2020" ""
.SH "NAME"
\fBgo\-sendxmpp\fR \- A little tool to send messages to an XMPP contact or MUC\.
.SH "LOCATION"
The account data is expected at ~/\.config/go\-sendxmpp/sendxmpprc (preferred) or ~/\.sendxmpprc (for compatibility with the original perl sendxmpp) if no other configuration file location is specified with \-f or \-\-file\. The configuration file is expected to be in the following format:
.SH "FORMAT"
username: [\fIyour_username\fR]
username: [\fIyour_jid\fR]
.br
jserver: [\fIjabber_server\fR]
.br

@ -82,7 +82,7 @@ specified with -f or --file. The configuration file is expected to be in the fol
<h2 id="FORMAT">FORMAT</h2>
<p>username: [<var>your_username</var>] <br>
<p>username: [<var>your_jid</var>] <br>
jserver: [<var>jabber_server</var>] <br>
port: [<var>jabber_port</var>] <br>
password: [<var>your_jabber_password</var>]</p>
@ -102,11 +102,11 @@ License: BSD 2-clause License</p>
<h2 id="SEE-ALSO">SEE ALSO</h2>
<p><span class="man-ref">go-sendxmpp<span class="s">(1)</span></span>, <span class="man-ref">sendxmpp<span class="s">(1)</span></span></p>
<p><a class="man-ref" href="go-sendxmpp.1.html">go-sendxmpp<span class="s">(1)</span></a>, <span class="man-ref">sendxmpp<span class="s">(1)</span></span></p>
<ol class='man-decor man-foot man foot'>
<li class='tl'></li>
<li class='tc'>May 2020</li>
<li class='tc'>June 2020</li>
<li class='tr'>go-sendxmpp(5)</li>
</ol>

@ -9,7 +9,7 @@ specified with -f or --file. The configuration file is expected to be in the fol
## FORMAT
username: [<your_username>]
username: [<your_jid>]
jserver: [<jabber_server>]
port: [<jabber_port>]
password: [<your_jabber_password>]

Loading…
Cancel
Save