SHA256
1
0
forked from pool/go-sendxmpp

Accepting request 1096417 from network:messaging:xmpp

- 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/request/show/1096417
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/go-sendxmpp?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2023-07-03 15:43:26 +00:00 committed by Git OBS Bridge
commit b0092f13aa
6 changed files with 26 additions and 8 deletions

View File

@ -3,7 +3,7 @@
<param name="url">https://salsa.debian.org/mdosch/go-sendxmpp.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="revision">v0.5.6</param>
<param name="revision">v0.6.0</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">disable</param>
<param name="versionrewrite-pattern">v(.*)</param>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6e97782e7ec1817b54527b3090c47d096b1042b8790fdf02da57bf5fdad175a2
size 29939

3
go-sendxmpp-0.6.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:72de21f99fc7057c8390b338528c7ed648aaacf93dda1547ab3951b6a5d17a1a
size 31420

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
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>

View File

@ -1,7 +1,7 @@
#
# spec file for package go-sendxmpp
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: go-sendxmpp
Version: 0.5.6
Version: 0.6.0
Release: 0
Summary: A little tool to send messages to an XMPP contact or MUC
License: BSD-2-Clause

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3e22c18f5693a0103f632bd7c4e9d058eb7f8691b21948f100e42fa7ae938a94
size 2132354
oid sha256:45074dfc1a4d1fa0ac8d5edbf2b4ded78cf565e6636f4402f09a488a574fbc3c
size 2174522