SHA256
1
0
forked from pool/go-sendxmpp

Accepting request 1156683 from network:messaging:xmpp

- 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).

OBS-URL: https://build.opensuse.org/request/show/1156683
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/go-sendxmpp?expand=0&rev=13
This commit is contained in:
Ana Guerrero 2024-03-10 19:25:39 +00:00 committed by Git OBS Bridge
commit 03291f4f9e
6 changed files with 22 additions and 7 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.8.3</param>
<param name="revision">v0.8.4</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:30b006578bb475dd153b9d599acbaa89ec320ab7d7bb89162846e9465c0cfe59
size 33948

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

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Mar 10 07:17:16 UTC 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 07:38:34 UTC 2024 - Michael Vetter <mvetter@suse.com>

View File

@ -17,7 +17,7 @@
Name: go-sendxmpp
Version: 0.8.3
Version: 0.8.4
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:43043dbc204cfcdbf0a34236df37f42aac496de6b94dea61cc3112f23cc12166
size 2186513
oid sha256:47361dc87d629607534eb0083a8bb47fec9582aacd5e0651c13e19c0113e3ca4
size 2186396