Package com.calclab.emite.im.roster

Examples of com.calclab.emite.im.roster.SubscriptionManagerImpl


  @Before
  public void beforeTests() {
    session = new XmppSessionTester();
    eventBus = new SimpleEventBus();
    roster = mock(XmppRoster.class);
    manager = new SubscriptionManagerImpl(eventBus, session, roster);
    session.login(uri("user@local"), "anything");
  }
View Full Code Here

TOP

Related Classes of com.calclab.emite.im.roster.SubscriptionManagerImpl

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.