forked from pool/go-sendxmpp
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
21 lines
733 B
Plaintext
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.6.0</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>
|