From 398170b4b4dc22ee96ad326e4f3b4d9b45d06547 Mon Sep 17 00:00:00 2001 From: Martin Dosch Date: Sat, 9 Mar 2024 21:49:51 +0100 Subject: [PATCH] You've got the power! Although the perl sendxmpp has many functions go-sendxmpp doesn't (yet) have, go-sendxmpp also has functions that sendxmpp is missing (e.g. http-upload). --- man/go-sendxmpp.1 | 4 ++-- man/go-sendxmpp.1.html | 4 ++-- man/go-sendxmpp.1.ronn | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/man/go-sendxmpp.1 b/man/go-sendxmpp.1 index c9f622b..f345f3d 100644 --- a/man/go-sendxmpp.1 +++ b/man/go-sendxmpp.1 @@ -1,12 +1,12 @@ .\" generated with Ronn-NG/v0.9.1 .\" http://github.com/apjanke/ronn-ng/tree/0.9.1 -.TH "GO\-SENDXMPP" "1" "January 2024" "" +.TH "GO\-SENDXMPP" "1" "March 2024" "" .SH "NAME" \fBgo\-sendxmpp\fR \- A tool to send messages to an XMPP contact or MUC\. .SH "SYNOPSIS" \fBgo\-sendxmpp [\-cdilnt] [\-a value] [\-f value] [\-\-headline] [\-\-help] [\-h value] [\-j value] [\-m value] [\-\-muc\-password value] [\-\-oob\-file value] [\-\-ox] [\-\-ox\-delete\-nodes] [\-\-ox\-genprivkey\-rsa] [\-\-ox\-genprivkey\-x25519] [\-\-ox\-import\-privkey value] [\-\-ox\-passphrase value] [\-p value] [\-\-raw] [\-\-scram\-mech\-pinning value] [\-\-timeout value] [\-\-tls\-version value] [\-u value] [\-\-version] [recipients…]\fR .SH "DESCRIPTION" -A tool to send messages to an XMPP contact or MUC inspired by (but not as powerful as) \fBsendxmpp\fR\. +A tool to send messages to an XMPP contact or MUC inspired by \fBsendxmpp\fR\. .br You can either pipe a programs output to \fBgo\-sendxmpp\fR, write in your terminal (put \fB^D\fR in a new line to finish) or send the input from a file (\fB\-m\fR or \fB\-\-message\fR)\. The account data is expected at \fB~/\.config/go\-sendxmpp/config\fR (preferred), \fB~/\.config/go\-sendxmpp/sendxmpprc\fR (deprecated) \fB~/\.sendxmpprc\fR (for compatibility with the original perl sendxmpp) if no other configuration file location is specified with \fB\-f\fR or \fB\-\-file\fR\. .SH "OPTIONS" diff --git a/man/go-sendxmpp.1.html b/man/go-sendxmpp.1.html index 967a2ac..907c6d2 100644 --- a/man/go-sendxmpp.1.html +++ b/man/go-sendxmpp.1.html @@ -87,7 +87,7 @@

DESCRIPTION

-

A tool to send messages to an XMPP contact or MUC inspired by (but not as powerful as) sendxmpp.
+

A tool to send messages to an XMPP contact or MUC inspired by sendxmpp.
You can either pipe a programs output to go-sendxmpp, write in your terminal (put ^D in a new line to finish) or send the input from a file (-m or --message). The account data is expected at ~/.config/go-sendxmpp/config (preferred), ~/.config/go-sendxmpp/sendxmpprc @@ -254,7 +254,7 @@ License: BSD 2-clause License

  1. -
  2. January 2024
  3. +
  4. March 2024
  5. go-sendxmpp(1)
diff --git a/man/go-sendxmpp.1.ronn b/man/go-sendxmpp.1.ronn index 034e78e..48d12ea 100644 --- a/man/go-sendxmpp.1.ronn +++ b/man/go-sendxmpp.1.ronn @@ -10,7 +10,7 @@ go-sendxmpp(1) -- A tool to send messages to an XMPP contact or MUC. ## DESCRIPTION -A tool to send messages to an XMPP contact or MUC inspired by (but not as powerful as) `sendxmpp`. +A tool to send messages to an XMPP contact or MUC inspired by `sendxmpp`. You can either pipe a programs output to `go-sendxmpp`, write in your terminal (put `^D` in a new line to finish) or send the input from a file (`-m` or `--message`). The account data is expected at `~/.config/go-sendxmpp/config` (preferred), `~/.config/go-sendxmpp/sendxmpprc`