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


Commits:
94bca365 by Philipp Hörist at 2025-09-30T22:53:35+02:00
release: 6.3.1

- - - - -


2 changed files:

- ChangeLog
- nbxmpp/__init__.py


Changes:

=====================================
ChangeLog
=====================================
@@ -1,3 +1,16 @@
+nbxmpp 6.3.1 (25 Sep 2025)
+
+  Improvements
+
+  * Log details about invalid MUC affiliation items
+  * Log details about invalid roster items
+
+  Bug Fixes
+
+  * Leave text condition in place in CommonError.get_text()
+  * Do not treat thread subject as MUC subject
+  * Websocket: Disconnect signals on finalize
+
 nbxmpp 6.3.0 (07 Aug 2025)
 
   New


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



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

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