diff options
Diffstat (limited to 'examples/proxy_echo_client.py')
-rwxr-xr-x | examples/proxy_echo_client.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/examples/proxy_echo_client.py b/examples/proxy_echo_client.py index e1eab19f..56ecb78f 100755 --- a/examples/proxy_echo_client.py +++ b/examples/proxy_echo_client.py @@ -128,13 +128,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" - xmpp.use_proxy = True xmpp.proxy_config = { 'host': opts.proxy_host, |