Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlovetox <philipp@hoerist.com>2020-12-29 22:31:18 +0300
committerlovetox <philipp@hoerist.com>2020-12-29 22:31:18 +0300
commitbd9c61f141325dc1baef7aebef296b8cae8bc54c (patch)
tree89c2743eaf877498be5b3c049d74d7290eac1b55
parent1b11aaf720e27ed5b6699b7b0a9a13313018b064 (diff)
Update ChangeLog
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 839ecce..211c8cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+python-nbxmpp 2.0.0 (29 December 2020)
+
+ New
+
+ * New JID object
+ * Add JID Escaping (XEP-0106) support
+ * Add VCard4 (XEP-0292) support
+ * Make module calls generator based
+ * Add GSSAPI support (XEP-0233)
+ * Simplify and harmonize module API
+
python-nbxmpp 1.0.2 (14 August 2020)
New