comparison libpurple/protocols/msn/msn.c @ 21815:ef781d8d2ec1

(13:35:59) KeaponLaffin: so which SSL libraries are supported? (13:36:01) LSchiere2: faq-ssl (13:36:05) LSchiere2: in the wiki (13:36:27) elb: doesn't that error message point ot the FAQ? (13:36:31) elb: if not, it should :-P
author Luke Schierer <lschiere@pidgin.im>
date Tue, 11 Dec 2007 18:41:33 +0000
parents 665e04562de0
children 1162bf342def
comparison
equal deleted inserted replaced
21814:d20a1c190c2f 21815:ef781d8d2ec1
845 if (!purple_ssl_is_supported()) 845 if (!purple_ssl_is_supported())
846 { 846 {
847 purple_connection_error_reason (gc, 847 purple_connection_error_reason (gc,
848 PURPLE_CONNECTION_ERROR_NO_SSL_SUPPORT, 848 PURPLE_CONNECTION_ERROR_NO_SSL_SUPPORT,
849 _("SSL support is needed for MSN. Please install a supported " 849 _("SSL support is needed for MSN. Please install a supported "
850 "SSL library.")); 850 "SSL library. See the FAQ at http://developer.pidgin.im/wiki/FAQssl"));
851 return; 851 return;
852 } 852 }
853 853
854 http_method = purple_account_get_bool(account, "http_method", FALSE); 854 http_method = purple_account_get_bool(account, "http_method", FALSE);
855 855