comparison libpurple/protocols/jabber/jabber.h @ 28891:4fd0baa32a9e

jabber: Fix a few places where the default for require_tls was wrong.
author Paul Aurich <paul@darkrain42.org>
date Fri, 06 Nov 2009 08:55:36 +0000
parents b357216b7b79
children cfcdf15459a5
comparison
equal deleted inserted replaced
28890:5328e205d3fb 28891:4fd0baa32a9e
73 #ifdef HAVE_CYRUS_SASL 73 #ifdef HAVE_CYRUS_SASL
74 #include <sasl/sasl.h> 74 #include <sasl/sasl.h>
75 #endif 75 #endif
76 76
77 #define CAPS0115_NODE "http://pidgin.im/" 77 #define CAPS0115_NODE "http://pidgin.im/"
78
79 #define JABBER_DEFAULT_REQUIRE_SSL TRUE
78 80
79 /* Index into attention_types list */ 81 /* Index into attention_types list */
80 #define JABBER_BUZZ 0 82 #define JABBER_BUZZ 0
81 83
82 extern PurplePlugin *jabber_plugin; 84 extern PurplePlugin *jabber_plugin;