l10n: sync translations with transifex.net (pt)
[siplcs.git] / src / adium / ESPurpleSIPEAccount.h
blob89f010ee2b73b7d7b128b291d84d069ddbaed12c
1 //
2 // ESSIPEAccount.h
3 // SIPEAdiumPlugin
4 //
5 // Created by Matt Meissner on 10/30/09.
6 // Modified by Michael Lamb on 2/27/13
7 // Copyright 2013 Michael Lamb/Harris Kauffman. All rights reserved.
8 //
10 #import <AdiumLibpurple/CBPurpleAccount.h>
12 #define KEY_SIPE_WINDOWS_LOGIN @"SIPE:Windows Login"
13 #define KEY_SIPE_CONNECT_HOST @"SIPE:Connect Host"
14 #define KEY_SIPE_PASSWORD @"SIPE:Password" // TODO: Do we need to keep this key? PurpleAccount should store this for us
15 #define KEY_SIPE_CONNECTION_TYPE @"SIPE:Connection Type"
16 #define KEY_SIPE_EMAIL @"SIPE:Email"
17 #define KEY_SIPE_EMAIL_LOGIN @"SIPE:Email Login"
18 #define KEY_SIPE_EMAIL_URL @"SIPE:Email URL"
19 #define KEY_SIPE_EMAIL_PASSWORD @"SIPE:Email Password"
20 #define KEY_SIPE_GROUP_CHAT_PROXY @"SIPE:Group Chat Proxy"
21 #define KEY_SIPE_USER_AGENT @"SIPE:User Agent"
22 #define KEY_SIPE_SINGLE_SIGN_ON @"SIPE:Single Sign On"
23 #define KEY_SIPE_DONT_PUBLISH @"SIPE:Dont Publish"
24 #define KEY_SIPE_AUTH_SCHEME @"SIPE:Authentication Scheme"
25 #define KEY_SIPE_AUTODISCOVER @"SIPE:Autodiscover"
26 #define KEY_SIPE_BEAST_DISABLE @"SIPE:BEAST Disable"
28 #define PURPLE_SSL_CDSA_BEAST_TLS_WORKAROUND "ssl_cdsa_beast_tls_workaround"
31 @interface ESPurpleSIPEAccount : CBPurpleAccount <AIAccount_Files> {
32 NSDictionary *adium_to_sipe_status;
33 NSDictionary *sipe_to_adium_status;
35 @end