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
99530609
Commit
99530609
authored
Feb 18, 2021
by
Philipp Hörist
Browse files
2.0.2
parent
3dff5d1f
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
99530609
python-nbxmpp 2.0.2 (18 February 2021)
Bugfixes
* Add get_text() for Error Base class
* Client: Remove GSSAPI from default mechanisms
* Presence: Fix is_nickname_changed check
* UserAvatar: Add default argument
python-nbxmpp 2.0.1 (07 February 2021)
New
...
...
nbxmpp/__init__.py
View file @
99530609
...
...
@@ -4,4 +4,4 @@ from .protocol import *
gi
.
require_version
(
'Soup'
,
'2.4'
)
__version__
=
"2.0.
1
"
__version__
=
"2.0.
2
"
setup.cfg
View file @
99530609
[metadata]
name = nbxmpp
version = 2.0.
1
version = 2.0.
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