comparison libpurple/connection.h @ 20792:682543aced31

Split the "you don't have SSL support" meaning of PURPLE_REASON_ENCRYPTION_ERROR into a new reason, PURPLE_REASON_NO_SSL_SUPPORT. This will let UIs give proper errors that reference the SSLfaq!
author Will Thompson <will.thompson@collabora.co.uk>
date Sat, 06 Oct 2007 12:05:22 +0000
parents 57e9d1ecefff
children 88aa557b997f
comparison
equal deleted inserted replaced
20791:0f607b50279c 20792:682543aced31
68 PURPLE_REASON_AUTHENTICATION_FAILED, 68 PURPLE_REASON_AUTHENTICATION_FAILED,
69 /** libpurple doesn't speak any of the authentication methods the 69 /** libpurple doesn't speak any of the authentication methods the
70 * server offered. 70 * server offered.
71 */ 71 */
72 PURPLE_REASON_AUTHENTICATION_IMPOSSIBLE, 72 PURPLE_REASON_AUTHENTICATION_IMPOSSIBLE,
73 /** There was an error negotiating SSL on this connection, or encryption 73 /** libpurple was built without SSL support, and the connection needs
74 * was unavailable and an account option was set to require it. 74 * SSL.
75 */
76 PURPLE_REASON_NO_SSL_SUPPORT,
77 /** There was an error negotiating SSL on this connection, or the
78 * server does not support encryption but an account option was set to
79 * require it.
75 */ 80 */
76 PURPLE_REASON_ENCRYPTION_ERROR, 81 PURPLE_REASON_ENCRYPTION_ERROR,
77 /** Someone is already connected to the server using the name you are 82 /** Someone is already connected to the server using the name you are
78 * trying to connect with. 83 * trying to connect with.
79 */ 84 */