Philipp Hörist pushed to branch nbxmpp_2.0 at gajim / python-nbxmpp
Commits:
159822db by lovetox at 2021-10-09T18:25:18+02:00
2.0.4
- - - - -
3 changed files:
- ChangeLog
- nbxmpp/__init__.py
- setup.cfg
Changes:
=====================================
ChangeLog
=====================================
@@ -1,3 +1,10 @@
+python-nbxmpp 2.0.4 (09 October 2021)
+
+ Bugfixes
+
+ * Ignore messages with incorrect id
+ * AdHoc: Make parsing AdHoc commands more compliant
+
python-nbxmpp 2.0.3 (24 July 2021)
Bugfixes
=====================================
nbxmpp/__init__.py
=====================================
@@ -4,4 +4,4 @@ from .protocol import *
gi.require_version('Soup', '2.4')
-__version__ = "2.0.3"
+__version__ = "2.0.4"
=====================================
setup.cfg
=====================================
@@ -1,6 +1,6 @@
[metadata]
name = nbxmpp
-version = 2.0.3
+version = 2.0.4
description = XMPP Library
author = Yann Leboulanger, Philipp Hoerist
author_email = [email protected]
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/159822db28977639a5b33a330186327288db1cce
--
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/159822db28977639a5b33a330186327288db1cce
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits