Philipp Hörist pushed to branch master at gajim / python-nbxmpp


Commits:
c7e4a9a5 by Philipp Hörist at 2023-10-22T11:39:36+02:00
release: 4.4.0

- - - - -


2 changed files:

- ChangeLog
- nbxmpp/__init__.py


Changes:

=====================================
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


=====================================
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'



View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/c7e4a9a5e0600914c7871e9aa80fb9c73ac2a901

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/c7e4a9a5e0600914c7871e9aa80fb9c73ac2a901
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to