mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 03:52:06 +01:00
Smack 4.4.7
This commit is contained in:
parent
2e8f83c579
commit
6d99ba7ffb
2 changed files with 15 additions and 1 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -1,5 +1,19 @@
|
||||||
# Smack Changelog
|
# Smack Changelog
|
||||||
|
|
||||||
|
# 4.4.7 -- 2023-11-25
|
||||||
|
|
||||||
|
### Improvement
|
||||||
|
|
||||||
|
[SMACK-929](https://igniterealtime.atlassian.net/browse/SMACK-929) Ignore IPv6 Zone IDs in incoming Jingle candidates
|
||||||
|
[SMACK-934](https://igniterealtime.atlassian.net/browse/SMACK-934) Deprecate and remove ChatMarkersManager.isSupportedByServer\(\)
|
||||||
|
[SMACK-937](https://igniterealtime.atlassian.net/browse/SMACK-937) Avoid unnecessary feature lookups by making the EntityCaps listener synchronous
|
||||||
|
|
||||||
|
### Bug
|
||||||
|
|
||||||
|
[SMACK-927](https://igniterealtime.atlassian.net/browse/SMACK-927) Deadlock due to recveive listeners may be invoked after AbstractXMPPConnection.invokeStanzaCollectorsAndNotifyRecvListeners\(\) returned
|
||||||
|
[SMACK-930](https://igniterealtime.atlassian.net/browse/SMACK-930) Rename ELEMENT 'candidate-activated' to 'activated' per XEP-0260
|
||||||
|
[SMACK-931](https://igniterealtime.atlassian.net/browse/SMACK-931) IQ error stanza generation does not allow adding of an extension element
|
||||||
|
|
||||||
# 4.4.6 -- 2022-06-29
|
# 4.4.6 -- 2022-06-29
|
||||||
|
|
||||||
### Bug
|
### Bug
|
||||||
|
|
2
version
2
version
|
@ -1 +1 @@
|
||||||
4.4.7-SNAPSHOT
|
4.4.7
|
||||||
|
|
Loading…
Reference in a new issue