Changed:
* Move private Ox key into JID folder in ~/.local/share/go-sendxmpp.
* Use fmt.Errorf() instead of errors.New() to create new error messages.
Added:
* Add new parameter --subject.
* Added flag --fast-off to disable XEP-0484: Fast Authentication
Streamlining Tokens (requires go-xmpp >= 0.2.1)
OBS-URL: https://build.opensuse.org/package/show/network:messaging:xmpp/go-sendxmpp?expand=0&rev=33
- Update to 0.9.0:
Changed:
* Properly close stream if Ctrl+C is pressed in interactive mode.
* Properly close stream if Ctrl+C is pressed in listening mode.
* Print OS, architecture and go version for flag --version.
* Improve closing of connection (via go-xmpp v0.1.4).
* Don't send stanzas that exceed the size limit provided by
XEP-0478 (requires go-xmpp >= v0.1.4).
* Fixed hanging forever in stream close if the server doesn't
reply with a closing stream element (via go-xmpp >= v0.1.4).
Added:
* New command line flag ssdp-off to disable XEP-0474: SASL SCRAM
Downgrade Protection (requires go-xmpp >= v0.1.4).
OBS-URL: https://build.opensuse.org/request/show/1163539
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/go-sendxmpp?expand=0&rev=14
Changed:
* Properly close stream if Ctrl+C is pressed in interactive mode.
* Properly close stream if Ctrl+C is pressed in listening mode.
* Print OS, architecture and go version for flag --version.
* Improve closing of connection (via go-xmpp v0.1.4).
* Don't send stanzas that exceed the size limit provided by
XEP-0478 (requires go-xmpp >= v0.1.4).
* Fixed hanging forever in stream close if the server doesn't
reply with a closing stream element (via go-xmpp >= v0.1.4).
Added:
* New command line flag ssdp-off to disable XEP-0474: SASL SCRAM
Downgrade Protection (requires go-xmpp >= v0.1.4).
OBS-URL: https://build.opensuse.org/package/show/network:messaging:xmpp/go-sendxmpp?expand=0&rev=29
- 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
* 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
- Update to 0.7.0:
* Reply to XEP-0092 software version requests.
* Add support for PLUS variants of SCRAM authentification mechanisms
(requires go-xmpp commit 4c385a334c606e8bc387f0a3d4d84975802b3984).
* Add pinning of last used authentification mechanism if a SCRAM
mechanism was used.
* Print every stanza in a new line (requires go-xmpp commit
31c7eb6919b67b18e901dc45a8e5681040ea7f31).
- Update to 0.6.2:
* Properly close connection to server if ^C is pressed in
interactive mode.
* Replace invalid characters by UTF8 replacement char.
* Add warning that there is no Ox support for messages of type
headline.
* Suppress warnings about reading from closed connection if
go-sendxmpp closes the connection before exiting.
* Remove unnecessary newlines after stanzas.
* Fix segfault when authentication fails due to invalid username
or password.
OBS-URL: https://build.opensuse.org/request/show/1125796
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/go-sendxmpp?expand=0&rev=8
* Reply to XEP-0092 software version requests.
* Add support for PLUS variants of SCRAM authentification mechanisms
(requires go-xmpp commit 4c385a334c606e8bc387f0a3d4d84975802b3984).
* Add pinning of last used authentification mechanism if a SCRAM
mechanism was used.
* Print every stanza in a new line (requires go-xmpp commit
31c7eb6919b67b18e901dc45a8e5681040ea7f31).
OBS-URL: https://build.opensuse.org/package/show/network:messaging:xmpp/go-sendxmpp?expand=0&rev=17
* Properly close connection to server if ^C is pressed in
interactive mode.
* Replace invalid characters by UTF8 replacement char.
* Add warning that there is no Ox support for messages of type
headline.
* Suppress warnings about reading from closed connection if
go-sendxmpp closes the connection before exiting.
* Remove unnecessary newlines after stanzas.
* Fix segfault when authentication fails due to invalid username
or password.
OBS-URL: https://build.opensuse.org/package/show/network:messaging:xmpp/go-sendxmpp?expand=0&rev=16
- 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
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
- Update to version 0.5.3:
* Prepare release v0.5.3
* Don't check for empty message in listen mode.
* Start new development cycle.
* Release v0.5.2
* Update go modules.
* Don't connect to the XMPP server if the message is empty
* Update go modules.
* Remove another "little".
* Remove the "little".
* Fix typo.
* Improve error handling in XML parsing.
* Update go modules.
* Update go modules.
* Update go modules.
* Update go modules.
* Update go modules.
* Update go modules.
* Update go modules.
* Use resource as alias if specified and no alias is specified.
* Update go modules.
* Deprecate resource setting and introduce alias setting.
* Update go modules.
* Detect CNAME loops.
* Update go modules.
* Perform CNAME look ups.
* Update go modules.
* Fix typo.
* Reply to IQs.
* CI: Strip binaries.
OBS-URL: https://build.opensuse.org/request/show/1006976
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/go-sendxmpp?expand=0&rev=2
* Prepare release v0.5.3
* Don't check for empty message in listen mode.
* Start new development cycle.
* Release v0.5.2
* Update go modules.
* Don't connect to the XMPP server if the message is empty
* Update go modules.
* Remove another "little".
* Remove the "little".
* Fix typo.
* Improve error handling in XML parsing.
* Update go modules.
* Update go modules.
* Update go modules.
* Update go modules.
* Update go modules.
* Update go modules.
* Update go modules.
* Use resource as alias if specified and no alias is specified.
* Update go modules.
* Deprecate resource setting and introduce alias setting.
* Update go modules.
* Detect CNAME loops.
* Update go modules.
* Perform CNAME look ups.
* Update go modules.
* Fix typo.
* Reply to IQs.
* CI: Strip binaries.
OBS-URL: https://build.opensuse.org/package/show/network:messaging:xmpp/go-sendxmpp?expand=0&rev=4