libpurple/protocols/myspace/myspace.c

branch
soc.2007.msimprpl
changeset 19159
31c6475e3ff1
parent 19158
d190ad19c386
child 19161
e83ad99e6e52
equal deleted inserted replaced
19158:d190ad19c386 19159:31c6475e3ff1
3916 init_plugin(PurplePlugin *plugin) 3916 init_plugin(PurplePlugin *plugin)
3917 { 3917 {
3918 PurpleAccountOption *option; 3918 PurpleAccountOption *option;
3919 #ifdef MSIM_SELF_TEST 3919 #ifdef MSIM_SELF_TEST
3920 msim_test_all(); 3920 msim_test_all();
3921 exit(0);
3921 #endif /* MSIM_SELF_TEST */ 3922 #endif /* MSIM_SELF_TEST */
3922 3923
3923 3924
3924 /* TODO: default to automatically try different ports. Make the user be 3925 /* TODO: default to automatically try different ports. Make the user be
3925 * able to set the first port to try (like LastConnectedPort in Windows client). */ 3926 * able to set the first port to try (like LastConnectedPort in Windows client). */

mercurial