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
e2070663
Commit
e2070663
authored
Jan 06, 2023
by
Philipp Hörist
Browse files
release: 4.0.0
parent
29aa827f
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
e2070663
nbxmpp 4.0.0 (06 Jan 2023)
New
* Add message reactions (XEP-0444) support
* Add HTTP module
Change
* Raise required python version to 3.10
* Remove example client
* Port to libsoup3
* XEP-0392: Update to 0.8.0
nbxmpp 3.2.5 (26 Oct 2022)
New
...
...
nbxmpp/__init__.py
View file @
e2070663
...
...
@@ -3,4 +3,4 @@ gi.require_version('Soup', '3.0')
from
.protocol
import
*
# pylint: disable=wrong-import-position
__version__
:
str
=
'
3.2.5
'
__version__
:
str
=
'
4.0.0
'
setup.cfg
View file @
e2070663
[metadata]
name = nbxmpp
version =
3.2.5
version =
4.0.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