Skip to content
GitLab
Menu
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
d1a86fbf
Commit
d1a86fbf
authored
Mar 13, 2022
by
Philipp Hörist
Browse files
2.0.5
parent
47acedff
Pipeline
#9426
passed with stages
in 37 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
d1a86fbf
python-nbxmpp 2.0.5 (13 March 2022)
Bugfixes
* Fix bookmarks compat namespace
* Resolve websocket uri only via https
python-nbxmpp 2.0.4 (09 October 2021)
python-nbxmpp 2.0.4 (09 October 2021)
Bugfixes
Bugfixes
...
...
nbxmpp/__init__.py
View file @
d1a86fbf
...
@@ -4,4 +4,4 @@ from .protocol import *
...
@@ -4,4 +4,4 @@ from .protocol import *
gi
.
require_version
(
'Soup'
,
'2.4'
)
gi
.
require_version
(
'Soup'
,
'2.4'
)
__version__
=
"2.0.
4
"
__version__
=
"2.0.
5
"
setup.cfg
View file @
d1a86fbf
[metadata]
[metadata]
name = nbxmpp
name = nbxmpp
version = 2.0.
4
version = 2.0.
5
description = XMPP Library
description = XMPP Library
author = Yann Leboulanger, Philipp Hoerist
author = Yann Leboulanger, Philipp Hoerist
author_email = gajim-devel@gajim.org
author_email = gajim-devel@gajim.org
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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