Package com.calclab.emite.xep.muc

Examples of com.calclab.emite.xep.muc.RoomChatManagerImpl.open()


    userUri = XmppURI.uri("user@domain/resource");
    roomUri = XmppURI.uri("room@conference.domain");
    occupantUri = XmppURI.uri("room@conference.domain/user");
    session = new XmppSessionTester(userUri);
    final RoomChatManagerImpl manager = new RoomChatManagerImpl(eventBus, session, new RoomChatSelectionStrategy());
    room = manager.open(roomUri);
    room.getProperties().setStatus(ChatStatus.ready);
  }

  @Test
  public void shouldChangeSubject() {
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.