Package com.calclab.emite.xep.search

Examples of com.calclab.emite.xep.search.SearchManagerImpl


  private SearchManager manager;

  @Before
  public void setUp() {
    session = new XmppSessionTester();
    manager = new SearchManagerImpl(session);
    manager.setHost(XmppURI.uri("search.service"));
    session.setLoggedIn(XmppURI.uri("romeo@montague.net/home"));
    session.setReady();
  }
View Full Code Here

TOP

Related Classes of com.calclab.emite.xep.search.SearchManagerImpl

Copyright © 2018 www.massapicom. 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.