474849505152535455
mServer.send(new Join(mName, mPassword)); } } catch (CoreException e) { throw new JoinErrorException(this, e); } return true; }