SHA256
1
0
forked from pool/go-sendxmpp
go-sendxmpp/go-sendxmpp.changes
Michael Vetter 15fe775ba4 - 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.

OBS-URL: https://build.opensuse.org/package/show/network:messaging:xmpp/go-sendxmpp?expand=0&rev=12
2023-07-02 17:56:48 +00:00

69 lines
2.6 KiB
Plaintext

-------------------------------------------------------------------
Sun Jul 2 17:55:45 UTC 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 20:12:18 UTC 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 12:00:03 UTC 2022 - Michael Vetter <mvetter@suse.com>
- Update to 0.5.5:
* Improve interactive mode.
-------------------------------------------------------------------
Fri Sep 30 07:20:09 UTC 2022 - mvetter@suse.com
- Update to version 0.5.4:
* Fix http-upload.
-------------------------------------------------------------------
Thu Sep 29 14:26:25 UTC 2022 - Michael Vetter <mvetter@suse.com>
- Update to 0.5.3:
* Don't check for empty message when --listen is used.
-------------------------------------------------------------------
Thu Sep 29 14:25:49 UTC 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 4 13:52:01 UTC 2022 - Michael Vetter <mvetter@suse.com>
- Initial package of go-sendxmpp 0.5.1 for openSUSE