Changeset 9887
- Timestamp:
- 07/05/08 20:25:09 (2 months ago)
- Files:
-
- 1 modified
-
trunk/src/common/connection.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/common/connection.py
r9886 r9887 618 618 self.dispatch('PLAIN_CONNECTION', (con,)) 619 619 return True 620 print hasattr(con.Connection, '_sslContext') 620 621 if _con_type in ('tls', 'ssl') and not hasattr(con.Connection, 621 '_ssl context') and gajim.config.get_per('accounts', self.name,622 '_sslContext') and gajim.config.get_per('accounts', self.name, 622 623 'warn_when_insecure_ssl_connection'): 623 624 # Pyopenssl is not used
