2 // ESSIPEAccountViewController.h
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.
11 #import <Adium/AIAccountViewController.h>
12 #import <AdiumLibpurple/PurpleAccountViewController.h>
14 @interface ESSIPEAccountViewController
: PurpleAccountViewController
{
16 IBOutlet NSTextField
*textField_windowsLogin
;
17 IBOutlet NSTextField
*textField_server
;
18 IBOutlet NSTextField
*textField_userAgent
;
19 IBOutlet NSTextField
*textField_emailURL
;
20 IBOutlet NSTextField
*textField_email
;
21 IBOutlet NSTextField
*textField_emailLogin
;
22 IBOutlet NSTextField
*textField_emailPassword
;
23 IBOutlet NSTextField
*textField_groupchatUser
;
25 IBOutlet NSButton
*checkBox_autoDiscover
;
26 IBOutlet NSButton
*checkBox_singleSignOn
;
27 IBOutlet NSButton
*checkbox_dontPublish
;
28 IBOutlet NSButton
*checkbox_beastDisable
;
29 IBOutlet NSButton
*checkbox_allowWebPhoto
;
31 IBOutlet NSPopUpButton
*popup_connectionType
;
32 IBOutlet NSPopUpButton
*popup_authenticationScheme
;
34 NSDictionary
*sipe_key_to_gui
;