Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: go-sendxmpp | Distribution: openSUSE Leap 16.0 |
Version: 0.11.2 | Vendor: openSUSE |
Release: lp160.1.1 | Build date: Wed Sep 18 07:38:31 2024 |
Group: Productivity/Networking/Instant Messenger | Build host: reproducible |
Size: 9405800 | Source RPM: go-sendxmpp-0.11.2-lp160.1.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://salsa.debian.org/mdosch/go-sendxmpp | |
Summary: A little tool to send messages to an XMPP contact or MUC |
A little tool to send messages to an XMPP contact or MUC.
BSD-2-Clause
* Wed Sep 18 2024 Michael Vetter <mvetter@suse.com> - Update to 0.11.2: * Add Gopenpgp and Xmppsrv version to --version output. * Improve selection between StartTLS and DirectTLS. * Fri Jul 12 2024 Michael Vetter <mvetter@suse.com> - Update to 0.11.1: * Fix Ox encryption in interactive mode (do not add the same recipient key to the keyring over and over again). * Exit with error code if Ox encryption for one recipient fails. * Improved handling of perl sendxmpp config files. * Fri May 31 2024 Michael Vetter <mvetter@suse.com> - Update to 0.11.0: Changed: * Move private Ox key into JID folder in ~/.local/share/go-sendxmpp. * Use fmt.Errorf() instead of errors.New() to create new error messages. Added: * Add new parameter --subject. * Added flag --fast-off to disable XEP-0484: Fast Authentication Streamlining Tokens (requires go-xmpp >= 0.2.1) * Mon Apr 15 2024 Michael Vetter <mvetter@suse.com> - Update to 0.10.0: * Fixed a race condition in receiving stanzas (requires go-xmpp >= v0.1.5). * Add support for SASL2 and BIND2 (via go-xmpp >= v0.2.0). * Add support for FAST authentication (via go-xmpp >= v0.2.0). * Add a warning when run by the user root. * Fri Mar 29 2024 Michael Vetter <mvetter@suse.com> - Update to 0.9.0: Changed: * Properly close stream if Ctrl+C is pressed in interactive mode. * Properly close stream if Ctrl+C is pressed in listening mode. * Print OS, architecture and go version for flag --version. * Improve closing of connection (via go-xmpp v0.1.4). * Don't send stanzas that exceed the size limit provided by XEP-0478 (requires go-xmpp >= v0.1.4). * Fixed hanging forever in stream close if the server doesn't reply with a closing stream element (via go-xmpp >= v0.1.4). Added: * New command line flag ssdp-off to disable XEP-0474: SASL SCRAM Downgrade Protection (requires go-xmpp >= v0.1.4). * Sun Mar 10 2024 Michael Vetter <mvetter@suse.com> - Update to 0.8.4: * Properly handle lost connection. * Better compatibility with perl sendxmpp config files. * Improve file name for private Ox keys. * Improve fallback behavior if no SRV records are provided. * Remove 100ms sleep before closing the connection. This should be no more needed since go-xmpp commit 9684a8ff690f0d75e284f8845696c5057926d276. * Return an error if there is no answer to an IQ within 60s. * Check for errors after sending the auth message during SCRAM authentication (via go-xmpp v0.1.2). * Mon Feb 19 2024 Michael Vetter <mvetter@suse.com> - Update to 0.8.3: * Use a human readable file name for private Ox keys. * Fix specifying a message via command line flag -m. * Sun Jan 21 2024 Michael Vetter <mvetter@suse.com> - Update to 0.8.2: * Fix an issue in look up of SRV records (via xmppsrv v0.2.6) * Wed Jan 17 2024 Michael Vetter <mvetter@suse.com> - Update to 0.8.1: * Add support for tls-server-end-point channel binding * Add experimental support for SOCKS5 proxies using the HTTP_PROXY environment variable * http-upload: Improved error handling. * Tue Jan 09 2024 Michael Vetter <mvetter@suse.com> - Update to 0.8.0: Added: * Add no parameter --scram-mech-pinning. Changed: * Refuse to upload a file if upload slot doesn't provide https. * Use XEP-0474 instead of SCRAM mechanism pinning to prevent downgrade attacks * Tue Nov 14 2023 Michael Vetter <mvetter@suse.com> - Update to 0.7.0: * Reply to XEP-0092 software version requests. * Add support for PLUS variants of SCRAM authentification mechanisms (requires go-xmpp commit 4c385a334c606e8bc387f0a3d4d84975802b3984). * Add pinning of last used authentification mechanism if a SCRAM mechanism was used. * Print every stanza in a new line (requires go-xmpp commit 31c7eb6919b67b18e901dc45a8e5681040ea7f31). * Sat Sep 30 2023 Michael Vetter <mvetter@suse.com> - Update to 0.6.2: * Properly close connection to server if ^C is pressed in interactive mode. * Replace invalid characters by UTF8 replacement char. * Add warning that there is no Ox support for messages of type headline. * Suppress warnings about reading from closed connection if go-sendxmpp closes the connection before exiting. * Remove unnecessary newlines after stanzas. * Fix segfault when authentication fails due to invalid username or password. * Wed Jul 26 2023 Michael Vetter <mvetter@suse.com> - Update to 0.6.1: * Properly close connection to server. * Sun Jul 02 2023 Michael Vetter <mvetter@suse.com> - Update to 0.6.0: Added: * Add support for sending Out of Band Data (OOB). * Add SCRAM-SHA-1, SCRAM-SHA-256 and SCRAM-SHA512 support (via go-xmpp commit bef3e54). * Add support for messages of type headline. Changed: * Print --help output to stdout instead of stderr. * Print sent stanzas when --debug is used (via go-xmpp commit 9129a110df1b). * Allow JIDs without localpart. * Use single quotes for attributes in stanzas created by github.com/beevik/etree (vial etree v1.1.4). * Fix SRV lookup when the domain has a CNAME (via xmppsrv v0.2.5). * Fall back to directTLS on port 5223 (instead of StartTLS on port 5222) if no SRV records are provided and -t is set. * Remove trailing newlines in interactive mode. * Sun Nov 13 2022 Michael Vetter <mvetter@suse.com> - Update to 0.5.6: Added: * Add short option -h for http-upload. Changed: * Fix Ox key generation. * Tue Oct 18 2022 Michael Vetter <mvetter@suse.com> - Update to 0.5.5: * Improve interactive mode. * Fri Sep 30 2022 mvetter@suse.com - Update to version 0.5.4: * Fix http-upload. * Thu Sep 29 2022 Michael Vetter <mvetter@suse.com> - Update to 0.5.3: * Don't check for empty message when --listen is used. * Thu Sep 29 2022 Michael Vetter <mvetter@suse.com> - Update to 0.5.2: Added: * Reply to disco#info queries. * Send service-unavailable errors for all other IQs of type get and set. * New config option and command line flag alias to uncouple MUC nickname/alias from resource. Changed: * Ox: Improve error messages for failed key requests. * Ox: Do not encrypt empty messages. * Check for empty messages. * Always look up CNAME before doing SRV lookups (via xmppsrv v0.2.3). * Detect CNAME loops (max. 5 CNAMEs) (via xmppsrv >= v0.2.4). * Deprecate resource config option and command line flag. * Improve error handling in XML parsing. * Don't connect to the XMPP server if the message is empty. * Thu Aug 04 2022 Michael Vetter <mvetter@suse.com> - Initial package of go-sendxmpp 0.5.1 for openSUSE
/usr/bin/go-sendxmpp /usr/share/man/man1/go-sendxmpp.1.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Nov 12 00:24:29 2024