comparison libpurple/protocols/myspace/myspace.c @ 18905:3f95e691bad2

Rewrite escaping so that it is more correct, in order to fix #2521. Test it.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Sun, 12 Aug 2007 07:35:51 +0000
parents da2f37d232a9
children 1a11b26fcb11
comparison
equal deleted inserted replaced
18904:da2f37d232a9 18905:3f95e691bad2
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). */