Changelog
[v0.3.0] 2022-03-21
Added
- Added support for joining password protected MUCs.
Changed
- Removed invalid code points from input.
- Fixed crash when reading a config with wrong syntax.
- Fixed crash when a non-existing or non-readable config was supplied by
-f
.
- Changed config file location from
~/.config/go-sendxmpp/sendxmpprc
to~/.config/go-sendxmpp/config
.
- Fixed blocking of go-sendxmpp if an IQ reply of type "error" is received (via go-xmpp v0.0.0-20220319135856-e773596ea0b0).