|
Compoze Software, Inc. | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
ISametimeFriend | Interface provides Sametime specific extension to IFriend . |
Class Summary | |
SametimeFriendStatus | The element class for the SametimeFriendStatusEnum enumeration. |
SametimeFriendStatusEnum | The enumeration class that contains SametimeFriendStatus elements. |
This packages provides classes for the Collaboration Sametime provider. This provider allow you to connect
and communicate with Lotus Sametime server. Sametime provider is one of many instant messaging providers supplied with
this API.
This document only describes the differences of this provider versus other IM providers.
Please refer to com.compoze.collab.im for general overview of IM architecture of this API.
Interaction with the Sametime provider is done in almost exactly the same way as with any other provider in
Compoze Collaboration Services IM API. Client code must first create a session and login. Once logged in, client
code may:
Opening a session
Sametime provider requires several provider-specific properties. Please refer to
the table below for detailed description of all Sametime-specific properties.
Property | Required | Additional Information |
PROP_PROVIDER |
Yes | Must be a string "sametime" |
PROP_IM_USERNAME |
Yes | Short name of the Lotus Notes user trying to log in |
PROP_IM_PASSWORD |
Yes | Lotus Notes password of the user trying to log in |
PROP_IM_SERVER |
Yes | IP address or network name of the Sametime server |
PROP_IM_PORT |
No | Sametime port. Defaults to 1533 |
|
Compoze Software, Inc. | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |