summaryrefslogtreecommitdiff
path: root/examples/set_avatar.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/set_avatar.py')
-rwxr-xr-xexamples/set_avatar.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/examples/set_avatar.py b/examples/set_avatar.py
index 452363b7..e446497b 100755
--- a/examples/set_avatar.py
+++ b/examples/set_avatar.py
@@ -141,13 +141,6 @@ if __name__ == '__main__':
xmpp.register_plugin('xep_0153')
xmpp.register_plugin('xep_0084')
- # 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()