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


Commits:
25f2348c by Philipp Hörist at 2023-10-29T20:45:37+01:00
chore: Update doap

- - - - -
932860fe by Philipp Hörist at 2023-10-29T20:45:57+01:00
release: 4.5.0

- - - - -


3 changed files:

- ChangeLog
- nbxmpp/__init__.py
- python-nbxmpp.doap


Changes:

=====================================
ChangeLog
=====================================
@@ -1,3 +1,13 @@
+nbxmpp 4.5.0 (24 Oct 2023)
+
+  New
+
+  * Support XEP-0440 SASL Channel-Binding Type Capability
+
+  Change
+
+  * Raise GLib version
+
 nbxmpp 4.4.0 (22 Oct 2023)
 
   New


=====================================
nbxmpp/__init__.py
=====================================
@@ -3,4 +3,4 @@ gi.require_version('Soup', '3.0')
 
 from .protocol import *  # pylint: disable=wrong-import-position
 
-__version__: str = '4.4.0'
+__version__: str = '4.5.0'


=====================================
python-nbxmpp.doap
=====================================
@@ -415,6 +415,13 @@
         <xmpp:version>0.2.1</xmpp:version>
       </xmpp:SupportedXep>
     </implements>
+    <implements>
+      <xmpp:SupportedXep>
+        <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0440.html"/>
+        <xmpp:status>complete</xmpp:status>
+        <xmpp:version>0.4.0</xmpp:version>
+      </xmpp:SupportedXep>
+    </implements>
     <implements>
       <xmpp:SupportedXep>
         <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0444.html"/>



View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/-/compare/bf73fcc1d7232e4e2039ea688d01a63f93729270...932860fefc6caf01b988cf52b2a13a1f36f53dbe

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/-/compare/bf73fcc1d7232e4e2039ea688d01a63f93729270...932860fefc6caf01b988cf52b2a13a1f36f53dbe
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