| 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). */ |