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
1151a6c4
Commit
1151a6c4
authored
Dec 23, 2013
by
Yann Leboulanger
Browse files
prepare 0.3 release
parent
8e71af33
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
1151a6c4
python-nbxmpp 0.3 (23 December 2013)
* Improve security level
* Ability to configure cipher list
* Store only depth 0 SSL certificate
python-nbxmpp 0.2 (26 July 2013)
* Add some namespace
...
...
nbxmpp/__init__.py
View file @
1151a6c4
...
...
@@ -16,3 +16,5 @@ import dispatcher_nb, features_nb, idlequeue, bosh, tls_nb, proxy_connectors
from
client_nb
import
NonBlockingClient
from
plugin
import
PlugIn
from
smacks
import
Smacks
__version__
=
"0.3"
setup.py
View file @
1151a6c4
...
...
@@ -3,7 +3,7 @@
from
distutils.core
import
setup
setup
(
name
=
'nbxmpp'
,
version
=
'0.
2
'
,
version
=
'0.
3
'
,
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