This commit is contained in:
Martin Dosch 2022-07-10 13:45:29 +02:00
parent 1985eac28f
commit 0368ba0358
No known key found for this signature in database
GPG Key ID: 52A57CFCE13D657D

View File

@ -5,23 +5,23 @@
- Added Ox support for MUCs (not yet standardized).
=======
### Changed
- Ox: Improved error messages for failed key requests.
- Ox: Added a check to not encrypt empty messages.
- Added checks for empty messages.
- Ox: Improve error messages for failed key requests.
- Ox: Do not encrypt empty messages.
- Check for empty messages.
## [v0.5.1] 2022-05-22
### Changed
- Improved listening mode for groupchats.
- Fixed nickname in MUCs if not manually set.
- Improve listening mode for groupchats.
- Fix nickname in MUCs if not manually set.
## [v0.5.0] 2022-05-05
### Added
- Added possibility to delete existing OpenPGP for XMPP nodes.
- Add possibility to delete existing OpenPGP for XMPP nodes.
### Changed
- Ox: Improved rpad generation.
- Reworked receiving of stanzas.
- Ox: Improved private key import.
- Ox: Improve rpad generation.
- Rework receiving of stanzas.
- Ox: Improve private key import.
## [v0.4.0] 2022-04-30
### Added