Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
python-nbxmpp
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
l-n-s
python-nbxmpp
Commits
0f3e1ba0
Commit
0f3e1ba0
authored
Jan 26, 2018
by
Philipp Hörist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
prepare 0.6.3 release
parent
53892171
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
ChangeLog
ChangeLog
+1
-1
nbxmpp/__init__.py
nbxmpp/__init__.py
+1
-1
setup.py
setup.py
+1
-1
No files found.
ChangeLog
View file @
0f3e1ba0
python-nbxmpp 0.6.3 (
TBA
)
python-nbxmpp 0.6.3 (
26 January 2018
)
* Add ALPN and SNI support for when using DirectTLS
* Bugfixes
...
...
nbxmpp/__init__.py
View file @
0f3e1ba0
...
...
@@ -17,4 +17,4 @@ from .client_nb import NonBlockingClient
from
.plugin
import
PlugIn
from
.smacks
import
Smacks
__version__
=
"0.6.
2
"
__version__
=
"0.6.
3
"
setup.py
View file @
0f3e1ba0
...
...
@@ -3,7 +3,7 @@
from
distutils.core
import
setup
setup
(
name
=
'nbxmpp'
,
version
=
'0.6.
2
'
,
version
=
'0.6.
3
'
,
description
=
'Non blocking Jabber/XMPP module'
,
author
=
'Yann Leboulanger'
,
author_email
=
'asterix@lagaule.org'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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