changeset f83863a0d5d4 in /home/hg/repos/python-nbxmpp
details:http://hg.gajim.org/python-nbxmpp?cmd=changeset;node=f83863a0d5d4
description: fix connection with BOSH
diffstat:
nbxmpp/bosh.py | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diffs (16 lines):
diff -r 1fd84376949e -r f83863a0d5d4 nbxmpp/bosh.py
--- a/nbxmpp/bosh.py Thu Jul 18 14:02:48 2013 +0200
+++ b/nbxmpp/bosh.py Mon Jul 22 17:07:31 2013 +0200
@@ -88,6 +88,12 @@
self.proxy_dict['xmpp_server'] = (host, port)
self.proxy_dict['credentials'] = self.proxy_creds
+ # ssl variables
+ self.ssl_fingerprint_sha1 = []
+ self.ssl_certificate = []
+ self.ssl_errnum = []
+ self.ssl_cert_pem = []
+
def connect(self, conn_5tuple, on_connect, on_connect_failure):
NonBlockingTransport.connect(self, conn_5tuple, on_connect,
on_connect_failure)
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits