~micahg/ubuntu/natty/pidgin/2.7.9-2

« back to all changes in this revision

Viewing changes to libpurple/protocols/oscar/oscarcommon.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-12-02 16:45:52 UTC
  • mfrom: (2.3.14 sid)
  • Revision ID: james.westby@ubuntu.com-20101202164552-z64wykojzacbb546
Tags: 1:2.7.7-1ubuntu1
New upstream version, drop msn workaround

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
#include "status.h"
34
34
 
35
35
#define AIM_DEFAULT_LOGIN_SERVER "login.oscar.aol.com"
 
36
#define AIM_ALT_LOGIN_SERVER "login.messaging.aol.com"
36
37
#define AIM_DEFAULT_SSL_LOGIN_SERVER "slogin.oscar.aol.com"
37
38
#define ICQ_DEFAULT_LOGIN_SERVER "login.icq.com"
38
39
#define ICQ_DEFAULT_SSL_LOGIN_SERVER "slogin.icq.com"
39
40
 
40
41
#define OSCAR_DEFAULT_LOGIN_PORT 5190
41
42
 
 
43
#define OSCAR_OPPORTUNISTIC_ENCRYPTION "opportunistic_encryption"
 
44
#define OSCAR_REQUIRE_ENCRYPTION "require_encryption"
 
45
#define OSCAR_NO_ENCRYPTION "no_encryption"
 
46
 
42
47
#ifndef _WIN32
43
48
#define OSCAR_DEFAULT_CUSTOM_ENCODING "ISO-8859-1"
44
49
#else
49
54
#define OSCAR_DEFAULT_WEB_AWARE FALSE
50
55
#define OSCAR_DEFAULT_ALWAYS_USE_RV_PROXY FALSE
51
56
#define OSCAR_DEFAULT_ALLOW_MULTIPLE_LOGINS TRUE
52
 
#define OSCAR_DEFAULT_USE_SSL TRUE
53
57
#define OSCAR_DEFAULT_USE_CLIENTLOGIN TRUE
 
58
#define OSCAR_DEFAULT_ENCRYPTION OSCAR_OPPORTUNISTIC_ENCRYPTION
54
59
 
55
60
#ifdef _WIN32
56
61
const char *oscar_get_locale_charset(void);