124125126127128129130131
_clientManager.login(uid, query.getResource()); notifyValidLogin(from); AuthResult result = new AuthResult(_clientManager.getAddress()); getBroker().queryResult(id, from, to, result); }
162163164165166167168169
if (_serverPassStream != null) _serverPassStream.setJid(jid); notifyValidLogin(from); AuthResult result = new AuthResult(jid); getLinkStream().queryResult(id, from, to, result); }