171172173174175176177178179180181
// notify listener context.transmissionStarted(); // mark start of transaction client.send(new Begin()); context.progress(); // store password in client client.setPassword(password);