adium / adium-1.3
Adium is a free instant messaging application for Mac OS X that can connect to AIM, MSN, Jabber, Yahoo, and more. This is the current stable release of Adium 1.3 since development began on 1.4.
| commit 403: | 6248011cd010 |
| parent 402: | 81ea8de451e9 |
| branch: | adium-1.3 |
Disable CAPTCHA for Facebook.
Changed (Δ139 bytes):
raw changeset »
Plugins/Purple Service/PurpleFacebookAccount.m (3 lines added, 0 lines removed)
Up to file-list Plugins/Purple Service/PurpleFacebookAccount.m:
38 |
38 |
|
39 |
39 |
// Disable this for 1.3 where we don't support multiple containers. |
40 |
40 |
purple_account_set_bool(account, "facebook_use_groups", FALSE); |
41 |
||
42 |
// Disable the Facebook CAPTCHA since it causes heartache and pain. |
|
43 |
purple_account_set_bool(account, "ignore-facebook-captcha", TRUE); |
|
41 |
44 |
} |
42 |
45 |
|
43 |
46 |
- (NSString *)host |
