// Start the authentication protocol
authentication = new AuthenticationProtocolClient();
authentication.addEventListener(eventHandler);
transport.requestService(authentication);
connection = new ConnectionProtocol();
if (useDefaultForwarding) {
forwarding = new ForwardingClient(connection);
}
}