comparison libpurple/protocols/jabber/jabber.h @ 30462:8084631e2e84

jabber: Unify "Require TLS" and "Use old-style (port 5223) SSL" settings
author Paul Aurich <paul@darkrain42.org>
date Tue, 31 Aug 2010 02:28:05 +0000
parents a5131a257967
children 356a8d472395
comparison
equal deleted inserted replaced
30450:014dbe36b722 30462:8084631e2e84
78 #include <sasl/sasl.h> 78 #include <sasl/sasl.h>
79 #endif 79 #endif
80 80
81 #define CAPS0115_NODE "http://pidgin.im/" 81 #define CAPS0115_NODE "http://pidgin.im/"
82 82
83 #define JABBER_DEFAULT_REQUIRE_TLS TRUE 83 #define JABBER_DEFAULT_REQUIRE_TLS "require_starttls"
84 #define JABBER_DEFAULT_FT_PROXIES "proxy.eu.jabber.org" 84 #define JABBER_DEFAULT_FT_PROXIES "proxy.eu.jabber.org"
85 85
86 /* Index into attention_types list */ 86 /* Index into attention_types list */
87 #define JABBER_BUZZ 0 87 #define JABBER_BUZZ 0
88 88