Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
python-nbxmpp
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
a7f21091
Commit
a7f21091
authored
10 years ago
by
Yann Leboulanger
Browse files
Options
Downloads
Patches
Plain Diff
prepare 0.5.2 release
parent
d21786cb
No related branches found
Branches containing commit
Tags
nbxmpp-0.5.2
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ChangeLog
+6
-0
6 additions, 0 deletions
ChangeLog
nbxmpp/__init__.py
+1
-1
1 addition, 1 deletion
nbxmpp/__init__.py
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
8 additions
and
2 deletions
ChangeLog
+
6
−
0
View file @
a7f21091
python-nbxmpp 0.5.2 (27 December 2014)
* Fix BOSH HTTP requests
* Fix handling of binary SASL data for mechanism GSSAPI
* Update MAM namespace
python-nbxmpp 0.5.1 (04 October 2014)
* Fix printing network errors in a non-utf-8 console
...
...
This diff is collapsed.
Click to expand it.
nbxmpp/__init__.py
+
1
−
1
View file @
a7f21091
...
...
@@ -17,4 +17,4 @@ from .client_nb import NonBlockingClient
from
.plugin
import
PlugIn
from
.smacks
import
Smacks
__version__
=
"
0.5.
1
"
__version__
=
"
0.5.
2
"
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
a7f21091
...
...
@@ -3,7 +3,7 @@
from
distutils.core
import
setup
setup
(
name
=
'
nbxmpp
'
,
version
=
'
0.5.
1
'
,
version
=
'
0.5.
2
'
,
description
=
'
Non blocking Jabber/XMPP module
'
,
author
=
'
Yann Leboulanger
'
,
author_email
=
'
asterix@lagaule.org
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment