Compoze Software, Inc.

Package com.compoze.collab.lcs

This package provides classes for LCS schema.

See:
          Description

Interface Summary
ILcsFriend Describes an LCS friend
ILcsGroup Describes a SIP friends group
ILcsInstantMessage Interface defines an extension to the Collab instant message that is specific to SIP messages
ILcsSession Specifies an LCS specific extension to IImSession
 

Class Summary
LcsFont The element class for the LcsFontEnum enumeration.
LcsFontColor The element class for the LcsFontColorEnum enumeration.
LcsFontColorEnum The enumeration class that contains LcsFontColor elements.
LcsFontEnum The enumeration class that contains LcsFont elements.
LcsFontStyle The element class for the LcsFontStyleEnum enumeration.
LcsFontStyleEnum The enumeration class that contains LcsFontStyle elements.
LcsFriendStatus The element class for the LcsFriendStatusEnum enumeration.
LcsFriendStatusEnum The enumeration class that contains LcsFriendStatus elements.
 

Package com.compoze.collab.lcs Description

This package provides classes for LCS schema.

Please see the com.compoze.collab.im package for general instructions on using instant messaging in Collaboration Framework.

This package provides classes to communicate with the Microsoft Live Communication Server.

Open a session

Required parameters
Parameter key Description
ISession.PROP_PROVIDER This must be a string "lcs"
IImSession.PROP_IM_USERNAME Login name of a valid LCS user
IImSession.PROP_IM_PASSWORD Password of a valid LCS user
ILcsSession.PROP_IM_DOMAIN Windows domain of the valid LCS user
ILcsSession.PROP_IM_URI User's URI
IImSession.PROP_IM_SERVER LCS server machine name or IP address
IImSession.PROP_IM_PORT LCS server port. This parameter is optional
ILcsSession.PROP_IM_DISPLAYNAME Full name of the valid LCS user
ILcsSession.PROP_IM_DOMAINCONTROLLER Name or IP address of the domain controller of the Windows domain specified by ILcsSession.PROP_IM_DOMAIN
Opening an LCS session is done the same as described in com.compoze.collab.im with the only difference being the six additional session properies documented in ILcsSession.


Compoze Software, Inc.

Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.