Welcome to mirror list, hosted at ThFree Co, Russian Federation.

PurpleSkypeAccount.h - github.com/EionRobb/skype4pidgin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b95acc08282b42f1eeacdf776e26529ce2407fc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
//  PurpleSkypeAccount.h
//  Adium
//

#import <AdiumLibpurple/CBPurpleAccount.h>

#define KEY_SKYPE_SHOW_SKYPEOUT		@"Skype:Show SkypeOut Contacts"
#define KEY_SKYPE_SYNC_OFFLINE		@"Skype:Sync Offline Status"
#define KEY_SKYPE_CHECK_FOR_UPDATES	@"Skype:Check for Updates"
#define KEY_SKYPE_AUTOSTART			@"Skype:Auto Start"

@interface PurpleSkypeAccount : CBPurpleAccount {

}

@end