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
359fa943
Commit
359fa943
authored
Sep 13, 2022
by
Philipp Hörist
Browse files
release: 3.2.2
parent
5b735b22
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
359fa943
nbxmpp 3.2.2 (13 Sep 2022)
New
* Expose TLS version and ciphersuite
* Add stringprep implementation
Change
* Add packaging as dependency
* Use stringprep instead of precis for JID validation
Bug Fixes
* Add missing __init__.py to examples
Notes
* You can set the env variable NBXMPP_USE_PRECIS to revert back
to the old behavior.
nbxmpp 3.2.1 (29 Aug 2022)
Bug Fixes
...
...
nbxmpp/__init__.py
View file @
359fa943
...
...
@@ -4,4 +4,4 @@ from .protocol import *
gi
.
require_version
(
'Soup'
,
'2.4'
)
__version__
:
str
=
'3.2.
1
'
__version__
:
str
=
'3.2.
2
'
setup.cfg
View file @
359fa943
[metadata]
name = nbxmpp
version = 3.2.
1
version = 3.2.
2
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