Uses of Class
org.olat.instantMessaging.IMConfig

Packages that use IMConfig
org.olat.instantMessaging Package that implements Instant Messaging tools. 
 

Uses of IMConfig in org.olat.instantMessaging
 

Methods in org.olat.instantMessaging that return IMConfig
 IMConfig SmackInstantMessagingImpl.getConfig()
           
 IMConfig InstantMessaging.getConfig()
          provides access to the IM settings like admin user/password and servername...
 

Methods in org.olat.instantMessaging with parameters of type IMConfig
 void SmackInstantMessagingImpl.setConfig(IMConfig config)
           
 

Constructors in org.olat.instantMessaging with parameters of type IMConfig
IMNameHelper(IMConfig config, java.lang.String instanceID)
          [used by spring]