Changelog
[v0.14.0] 2024-12-27
Added
- Add
--fast-invalidate
to allow invalidating the FAST token.
Changed
- Don't create legacy Ox private key directory in
~/.local/share/go-sendxmpp/oxprivkeys
.
- Delete legacy Ox private key directory if it's empty.
- Show proper error if saved FAST mechanism isn't usable with current TLS version (requires go-xmpp >= 0.2.9).
- Print debug output to stdout, not stderr (requires go-xmpp >= 0.2.9).
- Show
RECV:
andSEND:
prefix for debug output (requires go-xmpp >= 0.2.9).
- Delete stored fast token if
--fast-invalidate
and--fast-off
are set.
- Show error when FAST creds are stored but non-FAST mechanism is requested.