comparison libpurple/protocols/myspace/myspace.h @ 17945:cf55077a3752

Remove MSIM_FAKE_SELF_ONLINE option, since our own status is actually updated (it wasn't apparent before msim_set_status was implemented, since without it, we would always appear as invisible (hidden) / offline). Clean up some old comments. The bug mentioned in the last commit message seems to be a Pidgin bug, but I can't reproduce it.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Thu, 12 Jul 2007 04:15:45 +0000
parents c109b7f1c739
children b3e971b375b5
comparison
equal deleted inserted replaced
17944:c109b7f1c739 17945:cf55077a3752
61 /* Define to cause init_plugin() to run some tests and print 61 /* Define to cause init_plugin() to run some tests and print
62 * the results to the Purple debug log, then exit. Useful to 62 * the results to the Purple debug log, then exit. Useful to
63 * run with 'pidgin -d' to see the output. Don't define if 63 * run with 'pidgin -d' to see the output. Don't define if
64 * you want to actually use the plugin! */ 64 * you want to actually use the plugin! */
65 /*#define MSIM_SELF_TEST */ 65 /*#define MSIM_SELF_TEST */
66
67 /* Define to fake our own user account always being online. Needed
68 * because msim doesn't allow adding oneself to ones list. */
69 #define MSIM_FAKE_SELF_ONLINE
70
71 /* TODO: (one release after) when RC4 makes it into libpurple, use the PURPLE_VERSION_CHECK
72 * macro to conditionally compile. And then later, get rid of our own
73 * RC4 code and only support libpurple with RC4. */
74 66
75 /* Constants */ 67 /* Constants */
76 68
77 /* Maximum length of a password that is acceptable. This is the limit 69 /* Maximum length of a password that is acceptable. This is the limit
78 * on the official client (build 679) and on the 'new password' field at 70 * on the official client (build 679) and on the 'new password' field at