Fix #3156430: Messages not Delivered (4th attempt)
[siplcs.git] / src / adium / ESPurpleSIPEAccount.h
blob6b07b753a533bfe7dfcdd0dca9dada2728e71784
1 //
2 // ESSIPEAccount.h
3 // SIPEAdiumPlugin
4 //
5 // Created by Matt Meissner on 10/30/09.
6 // Copyright 2009 Matt Meissner. All rights reserved.
7 //
9 #import <Cocoa/Cocoa.h>
10 #import <AdiumLibpurple/CBPurpleAccount.h>
12 #define KEY_SIPE_WINDOWS_LOGIN @"SIPE:Windows Login"
13 #define KEY_SIPE_CONNECTION_TYPE @"SIPE:Connection Type"
14 #define KEY_SIPE_EMAIL @"SIPE:Email"
15 #define KEY_SIPE_EMAIL_URL @"SIPE:Email URL"
16 #define KEY_SIPE_EMAIL_PASSWORD @"SIPE:Email Password"
17 #define KEY_SIPE_GROUP_CHAT_PROXY @"SIPE:Group Chat Proxy"
18 #define KEY_SIPE_USER_AGENT @"SIPE:User Agent"
20 @interface ESPurpleSIPEAccount : CBPurpleAccount <AIAccount_Files> {
23 @end