libpurple/protocols/myspace/myspace.h

changeset 19739
a0f9a1a37a5b
parent 19738
c326035bea1f
child 19741
f6f0aff2ef68
equal deleted inserted replaced
19738:c326035bea1f 19739:a0f9a1a37a5b
73 * you want to actually use the plugin! */ 73 * you want to actually use the plugin! */
74 /*#define MSIM_SELF_TEST */ 74 /*#define MSIM_SELF_TEST */
75 75
76 /* Use the attention API for zaps? */ 76 /* Use the attention API for zaps? */
77 /* Can't have until >=2.2.0, since is a new API. */ 77 /* Can't have until >=2.2.0, since is a new API. */
78 /*#define MSIM_USE_ATTENTION_API*/ 78 #define MSIM_USE_ATTENTION_API
79 79
80 /* Constants */ 80 /* Constants */
81 81
82 /* Maximum length of a password that is acceptable. This is the limit 82 /* Maximum length of a password that is acceptable. This is the limit
83 * on the official client (build 679) and on the 'new password' field at 83 * on the official client (build 679) and on the 'new password' field at
94 /* Language codes from http://www.microsoft.com/globaldev/reference/oslocversion.mspx */ 94 /* Language codes from http://www.microsoft.com/globaldev/reference/oslocversion.mspx */
95 #define MSIM_LANGUAGE_ID_ENGLISH 1033 95 #define MSIM_LANGUAGE_ID_ENGLISH 1033
96 #define MSIM_LANGUAGE_NAME_ENGLISH "ENGLISH" 96 #define MSIM_LANGUAGE_NAME_ENGLISH "ENGLISH"
97 97
98 /* msimprpl version string of this plugin */ 98 /* msimprpl version string of this plugin */
99 #define MSIM_PRPL_VERSION_STRING "0.17" 99 #define MSIM_PRPL_VERSION_STRING "0.18"
100 100
101 /* Default server */ 101 /* Default server */
102 #define MSIM_SERVER "im.myspace.akadns.net" 102 #define MSIM_SERVER "im.myspace.akadns.net"
103 #define MSIM_PORT 1863 /* TODO: alternate ports and automatic */ 103 #define MSIM_PORT 1863 /* TODO: alternate ports and automatic */
104 104

mercurial