Uses of Class
org.eclipse.ecf.protocol.msn.ChatSession

Packages that use ChatSession
org.eclipse.ecf.protocol.msn Provides support for connecting to the MSN servers used by Windows Live Messenger. 
org.eclipse.ecf.protocol.msn.events Provides listener interfaces for handling events received from the MSN network. 
 

Uses of ChatSession in org.eclipse.ecf.protocol.msn
 

Methods in org.eclipse.ecf.protocol.msn that return ChatSession
 ChatSession MsnClient.createChatSession(java.lang.String email)
          Creates a ChatSession to connect to the specified contact.
 

Uses of ChatSession in org.eclipse.ecf.protocol.msn.events
 

Methods in org.eclipse.ecf.protocol.msn.events with parameters of type ChatSession
 void ISessionListener.sessionConnected(ChatSession chatSession)
          A method that is called when a chat session has been created because of a request from an external host.