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


Commits:
ec798c29 by Philipp Hörist at 2025-11-04T22:57:26+01:00
release: 6.4.0

- - - - -


2 changed files:

- ChangeLog
- nbxmpp/__init__.py


Changes:

=====================================
ChangeLog
=====================================
@@ -1,3 +1,22 @@
+nbxmpp 6.4.0 (01 Nov 2025)
+
+  New
+
+  * Pubsub: Add subscribe/unsubscribe methods
+  * VCard4: Parse notification events
+  * VCard4: Add get_parameter() method for easier access
+  * Support for open graph data embedded in message
+  * Add support for reaction restrictions
+
+  Improvements
+
+  * Add pronouns field to VCard4
+  * Support for hats "hue" attribute
+
+  Bug Fixes
+
+  * Connection: Allow DNS requests for "direct" proxies
+
 nbxmpp 6.3.1 (25 Sep 2025)
 
   Improvements


=====================================
nbxmpp/__init__.py
=====================================
@@ -4,4 +4,4 @@ gi.require_version("Soup", "3.0")
 
 from .protocol import *  # noqa: F403, E402
 
-__version__: str = "6.3.1"
+__version__: str = "6.4.0"



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

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/ec798c29657e8bcde38ea4ca65764b3121adf849
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