summaryrefslogtreecommitdiff
path: root/examples/user_tune.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/user_tune.py')
-rwxr-xr-xexamples/user_tune.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/examples/user_tune.py b/examples/user_tune.py
index 4ecfdb7d..2f28de35 100755
--- a/examples/user_tune.py
+++ b/examples/user_tune.py
@@ -115,13 +115,6 @@ if __name__ == '__main__':
xmpp = TuneBot(opts.jid, opts.password)
- # 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()