Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hörist <philipp@hoerist.com>2023-10-22 12:39:36 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-10-22 12:39:36 +0300
commitc7e4a9a5e0600914c7871e9aa80fb9c73ac2a901 (patch)
tree5a5d62e57540c8eb8b6da53a5c86b152ab13a7fc
parent2079da3a5bbf48a2010b5d20dcff3fb12b3cd9d6 (diff)
release: 4.4.04.4.0
-rw-r--r--ChangeLog15
-rw-r--r--nbxmpp/__init__.py2
2 files changed, 16 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1c0b0e7..245333a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+nbxmpp 4.4.0 (22 Oct 2023)
+
+ New
+
+ * Add DiscoInfo.has_identity()
+ * JID: Add JID.from_iri()
+
+ Improvements
+
+ * JID: Improve compliance when generating IRIs
+
+ Change
+
+ * Chatstates: Accept chatstates with delay tag
+
nbxmpp 4.3.3 (28 Aug 2023)
Improvements
diff --git a/nbxmpp/__init__.py b/nbxmpp/__init__.py
index cd3c5e9..09ee1e0 100644
--- a/nbxmpp/__init__.py
+++ b/nbxmpp/__init__.py
@@ -3,4 +3,4 @@ gi.require_version('Soup', '3.0')
from .protocol import * # pylint: disable=wrong-import-position
-__version__: str = '4.3.3'
+__version__: str = '4.4.0'