Package com.almende.eve.transport.xmpp

Examples of com.almende.eve.transport.xmpp.XmppService.connect()


      @Name("password") String password) throws Exception {
    AgentFactory factory = getAgentFactory();
   
    XmppService service = (XmppService) factory.getTransportService("xmpp");
    if (service != null) {
      service.connect(getId(), username, password);
    }
    else {
      throw new Exception("No XMPP service registered");
    }
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.