adium/adium

Started working on OAuth2 support for GTalk.
GTalkOAuth2Support
2012-09-18, Thijs Alkemade
a761745f82a1
Started working on OAuth2 support for GTalk.

Abstracted the OAuth2 support of Facebook into a separate AIPurpleOAuthJabberAccount.

Logging in on GTalk gets to the auth token.

Refs #16161
#import <Adium/AIContactAlertsControllerProtocol.h>
#import <Adium/AIContactObserverManager.h>
#import <Adium/AIChatControllerProtocol.h>
#define DOCK_OVERLAY_ALERT_IDENTIFIER @"DockOverlay"
@interface AIDockNameOverlay : AIPlugin <AIActionHandler, AIListObjectObserver, AIChatObserver> {
@private
NSMutableArray *overlayObjectsArray;
NSColor *signedOffColor;
NSColor *signedOnColor;
NSColor *unviewedContentColor;
NSColor *backSignedOffColor;
NSColor *backSignedOnColor;
NSColor *backUnviewedContentColor;
}
@end