2526272829303132
/** * @throws Exception */ public void initialize() { transport = new XMPPTransport(getXFire(), server, username, password); getTransportManager().register(transport); }