diff options
Diffstat (limited to 'examples/gtalk_custom_domain.py')
-rwxr-xr-x | examples/gtalk_custom_domain.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/examples/gtalk_custom_domain.py b/examples/gtalk_custom_domain.py index 8c280ac4..2c1d5beb 100755 --- a/examples/gtalk_custom_domain.py +++ b/examples/gtalk_custom_domain.py @@ -131,13 +131,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() |