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
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
SaltyBones
python-nbxmpp
Commits
e89ed5fc
Commit
e89ed5fc
authored
10 years ago
by
Yann Leboulanger
Browse files
Options
Downloads
Patches
Plain Diff
prepare 0.4 release
parent
be3804cb
No related branches found
Branches containing commit
Tags
nbxmpp-0.4
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+6
-0
6 additions, 0 deletions
ChangeLog
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
7 additions
and
1 deletion
ChangeLog
+
6
−
0
View file @
e89ed5fc
python-nbxmpp 0.4 (15 March 2014)
* Ability to configure TLS protocol version
* Add support for SCRAM-SHA-1-PLUS
* Security improvements
python-nbxmpp 0.3 (23 December 2013)
* Improve security level
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
e89ed5fc
...
...
@@ -3,7 +3,7 @@
from
distutils.core
import
setup
setup
(
name
=
'
nbxmpp
'
,
version
=
'
0.
3
'
,
version
=
'
0.
4
'
,
description
=
'
Non blocking Jabber/XMPP module
'
,
author
=
'
Yann Leboulanger
'
,
author_email
=
'
asterix@lagaule.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