- (BOOL)accountShouldConnect:(LJAccount *)sender;
The account object delegate can veto connections to the server by implementing this method and returning NO. If a connection is vetoed, an exception is raised.
(Last Updated 2/17/2003)