Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Update ChangeLog
· f0af5c9a
Philipp Hörist
authored
Aug 18, 2018
f0af5c9a
Prepare 0.6.7
· 2428e397
Philipp Hörist
authored
Aug 18, 2018
2428e397
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
2428e397
python-nbxmpp 0.6.7 (19 August 2018)
* Raise default TLS version to 1.2
* Remove DIGEST-MD5 from the default auth mechs
* Add STANZA RECEIVED Event (Some servers send more than one stanza in one packet)
* Add alternative locations to load TLS certs from
python-nbxmpp 0.6.6 (20 May 2018)
* Record all SSL errors instead of only the first
...
...
nbxmpp/__init__.py
View file @
2428e397
...
...
@@ -17,4 +17,4 @@ from .client_nb import NonBlockingClient
from
.plugin
import
PlugIn
from
.smacks
import
Smacks
__version__
=
"
0.6.
6
"
__version__
=
"
0.6.
7
"
setup.py
View file @
2428e397
...
...
@@ -3,7 +3,7 @@
from
distutils.core
import
setup
setup
(
name
=
'
nbxmpp
'
,
version
=
'
0.6.
6
'
,
version
=
'
0.6.
7
'
,
description
=
'
Non blocking Jabber/XMPP module
'
,
author
=
'
Yann Leboulanger
'
,
author_email
=
'
asterix@lagaule.org
'
,
...
...