Skip to content
This repository has been archived by the owner on Jan 14, 2023. It is now read-only.

Commit

Permalink
save ssl params to self
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyliu-minted committed Sep 26, 2016
1 parent b98f53c commit 80bb9cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions client.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ def __init__(self,server,port=5222,debug=['always', 'nodebuilder'],
self.RegisterDisconnectHandler(self.DisconnectHandler)
self.connected=''
self._route=0
self.cert_reqs = cert_reqs
self.ca_certs = ca_certs

def RegisterDisconnectHandler(self,handler):
""" Register handler that will be called on disconnect."""
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

# Set proper release version in source code also!!!
setup(name='xmpppy',
version='0.5.2.1',
version='0.5.2.2',
author='Cyril Peponnet',
author_email='cyril@peponnet.fr',
url='https://github.com/ArchipelProject/xmpppy',
Expand Down

0 comments on commit 80bb9cd

Please sign in to comment.