Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gajim
python-nbxmpp
Commits
4597ea9c
Commit
4597ea9c
authored
Aug 28, 2022
by
Philipp Hörist
Browse files
release: 3.2.0
parent
b1d80691
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
4597ea9c
nbxmpp 3.2.0 (28 Aug 2022)
New
* Add support for Extensible SASL Profile (XEP-0388)
Bug Fixes
* Set timeout for host-meta http query (#130)
nbxmpp 3.1.1 (27 Jul 2022)
Improvements
...
...
nbxmpp/__init__.py
View file @
4597ea9c
...
...
@@ -4,4 +4,4 @@ from .protocol import *
gi
.
require_version
(
'Soup'
,
'2.4'
)
__version__
:
str
=
'3.
1.1
'
__version__
:
str
=
'3.
2.0
'
setup.cfg
View file @
4597ea9c
[metadata]
name = nbxmpp
version = 3.
1.1
version = 3.
2.0
description = XMPP Library
author = Yann Leboulanger, Philipp Hoerist
author_email = gajim-devel@gajim.org
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment