From 882f984b2622a6e44cce5401b8673760f559f718 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Sat, 16 Aug 2014 22:37:29 +0200 Subject: Remove (usually) useless comments in examples about OpenFire and how to verify a certificate. --- examples/ping.py | 7 ------- 1 file changed, 7 deletions(-) (limited to 'examples/ping.py') diff --git a/examples/ping.py b/examples/ping.py index 8ecb8cff..dd3ce737 100755 --- a/examples/ping.py +++ b/examples/ping.py @@ -110,13 +110,6 @@ if __name__ == '__main__': xmpp.register_plugin('xep_0060') # PubSub xmpp.register_plugin('xep_0199') # XMPP Ping - # If you are working with an OpenFire server, you may need - # to adjust the SSL version used: - # xmpp.ssl_version = ssl.PROTOCOL_SSLv3 - - # If you want to verify the SSL certificates offered by a server: - # xmpp.ca_certs = "path/to/ca/cert" - # Connect to the XMPP server and start processing XMPP stanzas. xmpp.connect() xmpp.process() -- cgit v1.2.3