Package org.olat.instantMessaging.rosterandchat

Examples of org.olat.instantMessaging.rosterandchat.InstantMessagingMainController


   */
  public Controller createClientController(UserRequest ureq, WindowControl wControl) {
    InstantMessagingClient client = clientManager.getInstantMessagingClient(ureq.getIdentity().getName());
    //there are two versions of the controller, either join the course chat automatically or upon request
    client.setGroupChatManager((GroupChatManagerController) actionControllerCreator.createController(ureq, wControl));
    return new InstantMessagingMainController(ureq, wControl);
  }
View Full Code Here

TOP

Related Classes of org.olat.instantMessaging.rosterandchat.InstantMessagingMainController

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.