Changelog
[v0.12.0] 2024-11-03
Added
- Add possibility to look up direct TLS connection endpoint via hostmeta2 (requires xmppsrv >= 0.3.3).
- Add flag
--allow-plain
to allow PLAIN authentication (requires go-xmpp >= 0.2.5).
Changed
- Disable PLAIN authentication per default.
- Disable PLAIN authentication after first use of a SCRAM auth mechanism (overrides
--allow-plain
) (requires go-xmpp >= 0.2.5).