diff options
Diffstat (limited to 'examples/disco_browser.py')
-rwxr-xr-x | examples/disco_browser.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/examples/disco_browser.py b/examples/disco_browser.py index 2f926687..2a4ce543 100755 --- a/examples/disco_browser.py +++ b/examples/disco_browser.py @@ -171,13 +171,6 @@ if __name__ == '__main__': # Setup the Disco browser. xmpp = Disco(opts.jid, opts.password, args[1], args[2], args[0]) - # 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() |