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
Marcin Mielniczuk
python-nbxmpp
Commits
44b8365a
Commit
44b8365a
authored
Sep 04, 2016
by
Yann Leboulanger
Browse files
prepare 0.5.4 release
parent
4cdded1c
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
44b8365a
python-nbxmpp 0.5.4 (04 September 2016)
* Fix SCRAM authentication
* Fix BOSH connection with UTF-8 messages
* Fix smacks implementation
* Use uuid in stanza ids
python-nbxmpp 0.5.3 (13 July 2015)
* Fix receiving long utf8 strings under py3
...
...
nbxmpp/__init__.py
View file @
44b8365a
...
...
@@ -17,4 +17,4 @@ from .client_nb import NonBlockingClient
from
.plugin
import
PlugIn
from
.smacks
import
Smacks
__version__
=
"0.5.
3
"
__version__
=
"0.5.
4
"
setup.py
View file @
44b8365a
...
...
@@ -3,7 +3,7 @@
from
distutils.core
import
setup
setup
(
name
=
'nbxmpp'
,
version
=
'0.5.
3
'
,
version
=
'0.5.
4
'
,
description
=
'Non blocking Jabber/XMPP module'
,
author
=
'Yann Leboulanger'
,
author_email
=
'asterix@lagaule.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