Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
python-nbxmpp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nicoco
python-nbxmpp
Commits
4597ea9c
Commit
4597ea9c
authored
2 years ago
by
Philipp Hörist
Browse files
Options
Downloads
Patches
Plain Diff
release: 3.2.0
parent
b1d80691
No related branches found
Branches containing commit
Tags
nbxmpp-0.5
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ChangeLog
+10
-0
10 additions, 0 deletions
ChangeLog
nbxmpp/__init__.py
+1
-1
1 addition, 1 deletion
nbxmpp/__init__.py
setup.cfg
+1
-1
1 addition, 1 deletion
setup.cfg
with
12 additions
and
2 deletions
ChangeLog
+
10
−
0
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
...
...
This diff is collapsed.
Click to expand it.
nbxmpp/__init__.py
+
1
−
1
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
'
This diff is collapsed.
Click to expand it.
setup.cfg
+
1
−
1
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment