SHA256
1
0
forked from pool/go-sendxmpp
go-sendxmpp/_service
Michael Vetter c905f1b1a5 - 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/package/show/network:messaging:xmpp/go-sendxmpp?expand=0&rev=27
2024-03-10 07:24:50 +00:00

21 lines
733 B
Plaintext

<services>
<service name="tar_scm" mode="disabled">
<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.4</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">disable</param>
<param name="versionrewrite-pattern">v(.*)</param>
</service>
<service name="set_version" mode="disabled">
<param name="basename">go-sendxmpp</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
<service name="go_modules" mode="disabled">
</service>
</services>